import { TaquitoError } from '@taquito/core'; /** * @category Error * Error that indicates unable to get public key to estimate reveal operation in Wallet API */ export declare class RevealEstimateError extends TaquitoError { constructor(); }