declare function snakeCase(str: string): string;

export = snakeCase;
