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