import { ApiQueryOptions } from "@nestjs/swagger"; export declare const QUERY_METHOD_NAME_REQUIRED: ApiQueryOptions; export declare const QUERY_WALLET_NAME_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_WALLET_NAME_REQUIRED: ApiQueryOptions; export declare const QUERY_DEPOSIT_ADDRESS_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_DEPOSIT_ADDRESS_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const QUERY_DEPOSIT_ADDRESS_NAME_OPTIONAL: ApiQueryOptions; export declare const QUERY_DEPOSIT_ADDRESS_NAME_REQUIRED: ApiQueryOptions; export declare const QUERY_TRANSFERS_TYPE_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_WALLET_ID_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_STATUS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_ADDRESS_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_TRANSACTION_HASH_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_UPDATED_AT_GTE_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_UPDATED_AT_LT_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_SIZE_OPTIONAL: ApiQueryOptions; export declare const QUERY_TRANSFERS_PAGE_OPTIONAL: ApiQueryOptions;