export declare const getRequestBodyExamples: (reqBody: any, contentType: string) => unknown[];
export declare const getRequestBodyExample: (reqBody: any, contentType: string) => string | undefined;
export declare const getRawLanguageFromContentType: (contentType: string) => string;
