export declare const fields: [[{
    readonly field: "fileUploadSizeLimit";
    readonly description: "The maximum size of HTTP requests handling file uploads (in bytes)";
    readonly default: 8000000;
}, {
    readonly field: "standardSizeLimit";
    readonly description: "The maximum size of regular HTTP requests (in bytes)";
    readonly default: 2000000;
}]];
