export declare const camelToSnake: (str: string) => string;
export declare const toTitleCase: (str: string) => string;
