export declare const trimStringAfter: (str: any, character: any) => any; export declare const removeWhiteSpace: (str: any) => any; export declare const camelToPascalCaseWithSpace: (str: any) => any; export declare const toLowerFirstChar: (field: any) => any; export declare const toUpperFirstChar: (field: any) => any; export declare const toTitleCase: (str: any) => any; export declare const pluralize: (str: any) => any;