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