export declare const constantCase: (input: string) => string; export declare const pascalCase: (input: string) => string;