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