import { Command } from "@oclif/command"; export default class SetCredentials extends Command { static description: string; static examples: string[]; static flags: {}; static args: never[]; run(): Promise; }