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