import { Command } from 'commander'; export interface CheckGasPriceOptions { rpcUrl: string; } export declare function registerCheckGasPriceCommand(program: Command): void; //# sourceMappingURL=check-gas-price.d.ts.map