export declare function convertRequestBodyToString(body: unknown, maxLength?: number): string | undefined;
