/** * Returns `true` if the passed value less than `0`, or equal to `-0`. */ export declare const isNegativelySigned: (n: number) => boolean;