export declare function toSnakeCase(payload: any): unknown;
export declare function toCamelCase(payload: any): unknown;
/**
 * Converts all `Date` objects to the ISO8601 formatted strings
 */
export declare function stringifyDates(obj: any): any;
/**
 * Converts an object's string dates to `Date` objects
 */
export declare function parseDates<T = any>(obj: any): T;
export declare function isDateFormatted(str: string): RegExpMatchArray;
//# sourceMappingURL=converter.d.ts.map