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