import { CommandLineAction } from '@rushstack/ts-command-line'; import type { ApiExtractorCommandLine } from './ApiExtractorCommandLine'; export declare class RunAction extends CommandLineAction { private readonly _configFileParameter; private readonly _localFlag; private readonly _verboseFlag; private readonly _diagnosticsParameter; private readonly _typescriptCompilerFolderParameter; private readonly _printApiReportDiffFlag; constructor(parser: ApiExtractorCommandLine); protected onExecuteAsync(): Promise; } //# sourceMappingURL=RunAction.d.ts.map