import type { ApiFetcherArgs } from '@ts-rest/core'; type ValidateRequestBodyArgs = { args: ApiFetcherArgs; }; export declare function validateRequestBody({ args: { route, body, rawBody }, }: ValidateRequestBodyArgs): Promise; export {};