import { ApiParamOptions, ApiQueryOptions } from "@nestjs/swagger"; export declare const MASTER_WALLET_NAME_OPTIONAL: ApiQueryOptions; export declare const WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const MASTER_WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const MASTER_WALLET_ID_REQUIRED: ApiParamOptions; export declare const DEPOSIT_ADDRESS_NAME_OPTIONAL: ApiQueryOptions; export declare const DEPOSIT_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const DEPOSIT_ADDRESS_ID_REQUIRED: ApiParamOptions; export declare const FLUSH_ID_REQUIRED: ApiParamOptions; export declare const TRANSACTION_ID_OPTIONAL: ApiQueryOptions; export declare const TRANSACTION_HASH_OPTIONAL: ApiQueryOptions;