/** Returns true if the left value deep-equals the right */ export declare function Equal(left: T, right: unknown): right is T;