export declare class _Run { private readonly taskName; private readonly projectName; private readonly otherArguments?; constructor(taskName: string, projectName: string | undefined, otherArguments?: Record | undefined); run(): Promise; } //# sourceMappingURL=core.run.d.ts.map