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