export declare const convertCapAndRemovePlural: (fieldName: string) => string; export declare const convertFirstLowercase: (fieldName: string) => string; export declare const convertFirstUppercase: (fieldName: string) => string; export declare const convertCapAndAddPlural: (fieldName: any) => any;