export declare const caseKeys: (obj: {}, casingCallback: (value: string) => string) => any;
