declare function toSnakeCase(str: string): string;
declare module 'to-snake-case' {
    export = toSnakeCase;
}