import { Options } from "dot-case";
export { Options };
export declare function snakeCase(input: string, options?: Options): string;
