export declare function compare(source?: number | string | null, target?: number | string | null, nullGreater?: boolean): number;
