Version: 1.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.82.0.02.0.12.0.22.0.32.0.42.0.52.0.62.0.72.0.82.0.92.1.02.1.12.1.22.1.32.2.02.2.12.2.22.2.32.2.42.2.52.3.03.0.03.0.13.0.23.0.33.0.43.0.53.0.63.0.73.0.83.0.93.0.103.0.113.0.123.0.133.0.143.0.153.0.163.1.03.2.03.2.13.2.23.2.33.2.43.2.53.2.63.2.74.0.04.0.14.0.24.0.34.0.44.0.54.0.65.0.05.0.15.0.25.0.35.0.45.0.55.0.65.0.75.0.85.1.06.0.07.0.07.0.17.1.07.1.17.1.27.1.37.1.47.1.58.0.08.0.18.0.28.1.08.1.18.1.28.1.38.1.48.1.58.1.68.1.78.1.88.1.99.0.0-09.0.1-09.0.2-09.0.3-09.1.0-09.1.1-09.2.0-09.2.1-09.2.2-09.3.0-09.3.1-09.3.2-09.3.2-19.3.2-29.3.2-39.3.2-49.3.2-59.3.2-69.3.2-79.3.2-810.0.0-010.0.0-110.0.0-210.0.0-310.0.010.0.110.0.2
import { BodyParserConfig, BodyParserOptionalConfig } from './types.js';
/**
* Define config for the bodyparser middleware. Your defined config will be
* merged with the default config
*/
export declare function defineConfig(config: BodyParserOptionalConfig): BodyParserConfig;