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