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