export type SafeCompare = (strA: string | Record<string, string> | string[] | number[], strB: string | Record<string, string> | string[] | number[]) => boolean;
export declare const safeCompare: SafeCompare;
//# sourceMappingURL=safe-compare.d.ts.map