import SfpCommand from '../../SfpCommand'; export default class Query extends SfpCommand { static description: string; static examples: string[]; static enableJsonFlag: boolean; protected static requiresUsername: boolean; protected static requiresDevhubUsername: boolean; static flags: { loglevel: import("@oclif/core/interfaces").OptionFlag; targetusername: import("@oclif/core/interfaces").OptionFlag; }; execute(): Promise; }