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