import { type } from "arktype"; import type { PaHttpContext } from "../types/backend-plugin-types.d.ts"; export declare function assertBody(bodyType: T, httpContext: PaHttpContext): T["infer"]; //# sourceMappingURL=assert-body.d.ts.map