declare function toSnakeCase(text: string): string; export default toSnakeCase;