/** Hosted Vercel body limit — keep under platform ~4.5 MB ceiling. */ export declare const HOSTED_STAGED_MAX_BYTES: number; export declare const STAGED_UPLOAD_TTL_SECONDS: number; export declare const STAGED_UPLOAD_RATE_LIMIT_PER_HOUR = 1000; export declare function hostedStagedMaxBytes(): number; //# sourceMappingURL=limits.d.ts.map