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