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