import { ApiParamOptions, ApiQueryOptions } from "@nestjs/swagger"; export declare const TICKER_OPTIONAL: ApiQueryOptions; export declare const NFT_ID_OPTIONAL: ApiQueryOptions; export declare const NFT_ID_REQUIRED: ApiParamOptions; export declare const TOKEN_NAME_OPTIONAL: ApiQueryOptions; export declare const TOKEN_ONCHAIN_ID_OPTIONAL: ApiQueryOptions; export declare const DEPOSIT_ADDRESS_ID_OPTIONAL: ApiQueryOptions; export declare const DEPOSIT_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const DEPOSIT_ADDRESS_ID_REQUIRED: ApiParamOptions; export declare const WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const WALLET_ID_REQUIRED: ApiParamOptions; export declare const WALLET_ID_OPTIONAL_ONLY: ApiParamOptions; export declare const MASTER_WALLET_ID_OPTIONAL: ApiParamOptions; export declare const MASTER_WALLET_ID_OPTIONAL_QUERY_ALL: ApiParamOptions; export declare const MASTER_WALLET_ID_REQUIRED: ApiParamOptions; export declare const USER_WALLET_ID_OPTIONAL: ApiParamOptions; export declare const USER_WALLET_ID_REQUIRED: ApiParamOptions; export declare const TRANSACTION_ID_OPTIONAL: ApiQueryOptions; export declare const TRANSACTION_ID_REQUIRED: ApiParamOptions; export declare const TRANSACTION_HASH_OPTIONAL: ApiQueryOptions; export declare const STATUS_OPTIONAL: ApiQueryOptions; export declare const UPDATED_AT_GTE_OPTIONAL: ApiQueryOptions; export declare const UPDATED_AT_LE_OPTIONAL: ApiQueryOptions; export declare const SIZE_OPTIONAL: ApiQueryOptions; export declare const PAGE_OPTIONAL: ApiQueryOptions; export declare const NAME_OPTIONAL: ApiQueryOptions; export declare const SORT_OPTIONAL: ApiQueryOptions; export declare const ADDRESS_OPTIONAL: ApiQueryOptions; export declare const COIN_REQUIRED: ApiParamOptions; export declare const TICKER_REQUIRED: ApiParamOptions; export declare const TRANSFER_TYPE_OPTIONAL: ApiParamOptions; 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;