import { Context } from "./types"; export declare const MAX_PAYLOAD_SIZE = "2mb"; declare const _default: () => Promise<{ app: import("express-serve-static-core").Express; server: any; context: Partial; }>; export default _default;