/** * Check whether an error from the vault provider indicates that the * submitted WOTS public key hash does not match the on-chain * commitment. This signals that the wrong wallet is connected (its * `deriveContextHash` produces a different vault root and therefore * different WOTS keys). */ export declare function isWotsMismatchError(error: unknown): boolean; //# sourceMappingURL=errors.d.ts.map