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