import { ApiQueryOptions } from "@nestjs/swagger"; export declare const QUERY_EVENT_SYMBOL_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_MASTER_WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_TRANSACTION_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_TRANSACTION_HASH_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_STATUS_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_UPDATED_AT_GTE_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_UPDATED_AT_LT_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_TRANSFER_TYPE_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_SIZE_OPTIONAL: ApiQueryOptions; export declare const QUERY_EVENT_PAGE_OPTIONAL: ApiQueryOptions; export declare const QUERY_COIN_FLAG_OPTIONAL: ApiQueryOptions; export declare const QUERY_COIN_TICKER_OPTIONAL: ApiQueryOptions; export declare const QUERY_FLAG_OPTIONAL: ApiQueryOptions; export declare const QUERY_SYMBOL_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLETS_SIZE_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLETS_PAGE_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLETS_NAME_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLETS_SORT_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLETS_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_TO_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_FROM_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_TRANSACTION_HASH_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_START_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_END_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_STATUS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_STATUSES_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_TYPES_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSACTIONS_KEY_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_PAGE_OPTIONAL: ApiQueryOptions; export declare const QUERY_SIZE_OPTIONAL: ApiQueryOptions; export declare const QUERY_SORT_OPTIONAL: ApiQueryOptions;