import { MavrykToolkitConfigError } from '@mavrykdynamics/taquito-core'; /** * @category Error * @description Error that indicates no signer has been configured in the MavrykToolkit instance */ export declare class UnconfiguredSignerError extends MavrykToolkitConfigError { constructor(); }