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