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_MASTER_WALLET_NOT_FOUND_EXCEPTION_DTO: MasterWalletNotFoundException; export declare const EXAMPLE_NO_MASTER_WALLET_NAME_EXCEPTION_DTO: NoMasterWalletNameException; export declare const EXAMPLE_DEPOSIT_ADDRESS_NOT_FOUND_EXCEPTION_DTO: DepositAddressNotFoundException; export declare const EXAMPLE_FLUSH_NOT_FOUND_EXCEPTION_DTO: FlushNotFoundException; 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 MasterWalletNotFoundException { message: string; code: number; } export declare class NoMasterWalletNameException { message: string; code: number; } export declare class DepositAddressNotFoundException { message: string; code: number; } export declare class FlushNotFoundException { message: string; code: number; }