import { Command } from '@oclif/core'; export default class Docs extends Command { static description: string; run(): Promise; } //# sourceMappingURL=docs.d.ts.map