import type { Command } from 'commander'; export declare function action(address: `0x${string}`, params: { apiKey: string; baseUrl?: string; token: 'USDC' | 'EURC' | 'native' | 'ALL'; chain: string; }): Promise; export default function (program: Command, fn?: typeof action): Command;