import { Command } from "@oclif/core"; export default class Host extends Command { static description: string; static examples: string[]; static strict: boolean; run(): Promise; } //# sourceMappingURL=host.d.ts.map