export declare function comparator(path: string): (a: any, b: any) => number; export declare function orDefault(cb: () => T, x: T): T;