import EasCommand from '../../../commandUtils/EasCommand'; export default class IntegrationsAscStatus extends EasCommand { static description: string; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag; 'non-interactive': import("@oclif/core/lib/interfaces").BooleanFlag; }; static contextDefinition: { loggedIn: import("../../../commandUtils/context/LoggedInContextField").default; projectId: import("../../../commandUtils/context/ProjectIdContextField").ProjectIdContextField; }; runAsync(): Promise; private fetchStatusAsync; }