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