export declare const snakeCase: (camelCase: string) => string;
