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