export declare const chainToCamel: (str: string) => string; export declare const camelToChain: (str: string) => string; //# sourceMappingURL=camelToChain.d.ts.map