import { Command } from '@oclif/core'; export default class SetupGasToken extends Command { static description: string; static examples: string[]; private getExistingConfig; private updateConfigFile; private checkL1TokenExists; private displayChanges; run(): Promise; }