/** * Cleanup the raw content: * - trim whitespaces * - replace \r\n with \n * @param rawContent: raw content to clean. */ export declare const cleanupBody: (rawContent: string) => string;