import type { NestExpressBodyParserOptions } from '../../interfaces'; export declare function getBodyParserOptions(rawBody: boolean, options?: Omit | undefined): Options;