import { App } from "./app"; export declare class AppsTenant { tenantPublicId: string; isEnabled: boolean; apps: App[]; } //# sourceMappingURL=appsTenant.d.ts.map