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