export declare namespace GetRequestBody { interface Args { body: unknown; type: 'json' | 'file' | 'bytes' | 'other'; } } export declare function getRequestBody({ body, type }: GetRequestBody.Args): Promise; //# sourceMappingURL=getRequestBody.d.ts.map