import { BodyparserBaseOptions } from './bodyparser-base-options.js'; export declare class BodyparserJsonOptions extends BodyparserBaseOptions { /** * Returns the JSON body size limit in bytes. */ limit(): number; }