export declare const snakeCaseToCamelCase: (str: string) => string; export declare const capitalizeFirstLetter: (str: string) => string;