export declare const toSnakeCase: (str: string) => string; export declare const toUrlEncoded: (obj: any) => string; export declare const isEmpty: (value: any) => boolean;