/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { Command, flags } from '@oclif/command'; declare class ApiDocumenterCommand extends Command { static description: string; static flags: { input: flags.IOptionFlag; output: flags.IOptionFlag; }; run(): Promise; } export = ApiDocumenterCommand; //# sourceMappingURL=index.d.ts.map