export declare const APP_CONFIG: { readonly app: { readonly type: "openmsp"; readonly name: "OpenMSP"; readonly domain: "openmsp.ai"; }; readonly features: { readonly announcements: true; readonly notifications: true; }; }; export declare function getAppConfig(): { readonly app: { readonly type: "openmsp"; readonly name: "OpenMSP"; readonly domain: "openmsp.ai"; }; readonly features: { readonly announcements: true; readonly notifications: true; }; }; export declare function getAppType(): string; //# sourceMappingURL=app-config.d.ts.map