/**
 *  @category Error
 *  @description Error that indicates invalid public key being passed when doing a reveal operation estimate
 */
export declare class RevealEstimateError extends Error {
    name: string;
    constructor();
}
