declare type Prop = keyof any;
export declare function generateCompareFunction(paths: Prop[][]): (...args: any[]) => any;
export {};
