export declare const capitalize: (input?: string) => string | undefined;
export declare const toCamelCase: (input: string) => string;
