export declare const snakeToCamel: (words: string) => string;
