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