declare module 'lodash' { interface LoDashStatic { deep(v: any, m: any): any; } } export declare function firstLetterToLowerCase(data: Record): any;