export declare const wrapQuotes: (string: string) => string; export declare const toSnakeCase: (string: string) => string;