import { BodyParserConfig, BodyParserOptionalConfig } from'./types.js';
/**
* Define config for the bodyparser middleware. Your defined config will be
* merged with the default config
*/export declare functiondefineConfig(config: BodyParserOptionalConfig): BodyParserConfig;