import { Options } from "../dot_case/mod.js";
export type { Options };
export declare function snakeCase(input: string, options?: Options): string;
