import { JsonResponse } from './createServerFn.js'; export declare function json(payload: TData, init?: ResponseInit): JsonResponse;