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