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<void>;
}
//# sourceMappingURL=YamlAction.d.ts.map