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

export { camel2snake };
