export declare const toCamel: (str: string) => string; export declare const toDashCase: (str: string) => string;