declare const snake2camel: (str: string) => string;

export { snake2camel };
