import { Command } from 'commander'; export interface FetchDataOptions { gateway?: string; outputZip?: string; rpcUrl?: string; } export declare function registerFetchDataCommand(program: Command): void; //# sourceMappingURL=fetch-data.d.ts.map