import type { ApiDocumenterCommandLine } from './ApiDocumenterCommandLine'; import { BaseAction } from './BaseAction'; export declare class YamlAction extends BaseAction { private readonly _officeParameter; private readonly _newDocfxNamespacesParameter; private readonly _yamlFormatParameter; constructor(parser: ApiDocumenterCommandLine); protected onExecuteAsync(): Promise; } //# sourceMappingURL=YamlAction.d.ts.map