import { type LicenseDetails } from './forge'; export interface BackendRuntimeContext { principal?: { accountId?: string; }; installContext?: string; workspaceId?: string; license?: { isActive?: boolean; } & LicenseDetails; } //# sourceMappingURL=extension.d.ts.map