import type { AnyPayload } from '@xyo-network/payload-model'; import type { ValidatedResponse } from './types/index.ts'; export declare const usePayloadValidate: (input?: string) => ValidatedResponse; //# sourceMappingURL=usePayloadValidate.d.ts.map