import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class QueryApp extends AuthenticatedCommand { static args: {}; static description: string; static examples: { description: string; command: string; }[]; static flags: { search: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; active: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; limit: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; json: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=app.d.ts.map