// Definitions by: Michael Wittwer <https://github.com/michaelwittwer>
declare function snakeCase(value: string): string;
export default snakeCase;
