import FMCCommand from '../FMCCommand'; export default class Repl extends FMCCommand { static description: string; static examples: string[]; static flags: any; static args: { name: string; required: boolean; }[]; private connect; run(): Promise; } //# sourceMappingURL=repl.d.ts.map