import BaseError from './BaseError'; export default class SignerAlreadyExistsError extends BaseError { constructor(message?: string); }