import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Exec extends AuthenticatedCommand { static args: { scope: import("@oclif/core/lib/interfaces/parser.js").Arg>; file: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static autocomplete: { scope(ctx: { flags: Record; }): Promise; }; static description: string; static examples: { description: string; command: string; }[]; static flags: { params: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; private applyParameters; private executeFromFile; private executeScript; private startREPL; } //# sourceMappingURL=index.d.ts.map