import { Command, CommandRunner } from "@xieyuheng/command-line"; type Args = {}; export declare class Repl extends Command { name: string; description: string; args: {}; help(runner: CommandRunner): string; execute(argv: Args): Promise; } export {}; //# sourceMappingURL=Repl.d.ts.map