import type { BoundWitness } from '@xyo-network/sdk'; import type { ValidatedResponse } from './types/index.js'; /** * Parses and validates a bound witness JSON string. * @param input - Optional JSON string representing a bound witness. * @returns Parsed payload and any validation or parse errors. */ export declare const useValidateBoundWitness: (input?: string) => ValidatedResponse; //# sourceMappingURL=useBoundWitnessValidate.d.ts.map