export declare const EXAMPLE_NO_COIN_EXCEPTION_DTO: NoCoinException; export declare const EXAMPLE_INVALID_ACCESS_TOKEN_EXCEPTION_DTO: InvalidAccessTokenException; export declare const EXAMPLE_INVALID_STATUS_EXCEPTION_DTO: InvalidStatusException; export declare const EXAMPLE_INVALID_ACCESS_IP_EXCEPTION_DTO: InvalidAccessIpException; export declare const EXAMPLE_ACCESS_TOKEN_NOT_PROVIDED_EXCEPTION_DTO: AccessTokenNotProvidedException; export declare const EXAMPLE_TRANSACTION_ID_NOT_FOUND_EXCEPTION_DTO: TransactionIdNotFoundException; export declare const EXAMPLE_WALLET_NOT_FOUND_EXCEPTION_DTO: WalletNotFoundException; export declare const EXAMPLE_NO_WALLET_NAME_EXCEPTION_DTO: NoWalletNameException; export declare const EXAMPLE_DEPOSIT_ADDRESS_NOT_FOUND_EXCEPTION_DTO: DepositAddressNotFoundException; export declare class NoCoinException { message: string; code: number; } export declare class InvalidAccessTokenException { message: string; code: number; } export declare class InvalidStatusException { message: string; code: number; } export declare class InvalidAccessIpException { message: string; code: number; } export declare class AccessTokenNotProvidedException { message: string; code: number; } export declare class TransactionIdNotFoundException { message: string; code: number; } export declare class WalletNotFoundException { message: string; code: number; } export declare class NoWalletNameException { message: string; code: number; } export declare class DepositAddressNotFoundException { message: string; code: number; }