export declare const API: { value: string; description: string; actions: { collection: { value: string; description: string; actions: { info: { value: string; description: string; }; search: { value: string; description: string; }; nfts: { value: string; description: string; }; }; }; nft: { value: string; description: string; actions: { info: { value: string; description: string; }; search: { value: string; description: string; }; bulk: { value: string; description: string; }; }; }; transaction: { value: string; description: string; actions: { info: { value: string; description: string; }; search: { value: string; description: string; }; }; }; }; options: { address: string; addresses: string; collection: string; hash: string; offset: string; limit: string; after: string; before: string; config: string; file: string; json: string; response: string; }; }; export declare const API_ACTIONS: string[]; export type ApiAction = typeof API_ACTIONS[number]; export declare const API_COLLECTION_ACTIONS: string[]; export type CollectionAction = typeof API_COLLECTION_ACTIONS[number]; export declare const API_NFT_ACTIONS: string[]; export type NftAction = typeof API_NFT_ACTIONS[number]; export declare const API_TRANSACTION_ACTIONS: string[]; export type TransactionAction = typeof API_TRANSACTION_ACTIONS[number]; //# sourceMappingURL=api.d.ts.map