export declare const camelize: (x: string) => string; export declare const pascalize: (x: string) => string;