export declare const sanitizeObjectStrings: <T extends object>(body: T) => T;
