import { SfdxCommand } from '@salesforce/command'; import { RecordResult } from 'jsforce'; export default class ConnectedAppCreate extends SfdxCommand { static description: string; static examples: any[]; protected static requiresUsername: boolean; run(): Promise; }