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