import { Errors } from "@smartholdem/core-transactions"; export declare class BusinessAlreadyRegisteredError extends Errors.TransactionError { constructor(); } export declare class BusinessIsNotRegisteredError extends Errors.TransactionError { constructor(); } export declare class WalletIsNotBusinessError extends Errors.TransactionError { constructor(); } export declare class BusinessIsResignedError extends Errors.TransactionError { constructor(); } export declare class BridgechainAlreadyRegisteredError extends Errors.TransactionError { constructor(); } export declare class BridgechainIsNotRegisteredByWalletError extends Errors.TransactionError { constructor(); } export declare class BridgechainIsResignedError extends Errors.TransactionError { constructor(); } export declare class StaticFeeMismatchError extends Errors.TransactionError { constructor(staticFee: string); } export declare class BridgechainsAreNotResignedError extends Errors.TransactionError { constructor(); } export declare class GenesisHashAlreadyRegisteredError extends Errors.TransactionError { constructor(); } export declare class PortKeyMustBeValidPackageNameError extends Errors.TransactionError { constructor(); } export declare class EntityAlreadyRegisteredError extends Errors.TransactionError { constructor(); } export declare class EntityNameAlreadyRegisteredError extends Errors.TransactionError { constructor(); } export declare class EntityNotRegisteredError extends Errors.TransactionError { constructor(); } export declare class EntityAlreadyResignedError extends Errors.TransactionError { constructor(); } export declare class EntityWrongTypeError extends Errors.TransactionError { constructor(); } export declare class EntityWrongSubTypeError extends Errors.TransactionError { constructor(); } export declare class EntitySenderIsNotDelegateError extends Errors.TransactionError { constructor(); } export declare class EntityNameDoesNotMatchDelegateError extends Errors.TransactionError { constructor(); } //# sourceMappingURL=errors.d.ts.map