export declare const convertCamelToSnake: (str: string) => string;
export declare const capitalize: (str: string) => string;
