export declare const environment: { type: import("./environment.base").EnvironmentType; syncfusion: { license: string; }; visitorPassApi: { applicationIDHeaderKey: string; baseUrl: string; }; pcm: { emulator?: { state: "error" | "connected" | "connecting"; dcpDevice: { connected: import("../type/pcm.type").PcmBooleanType; }; fullPageDevice: { connected: import("../type/pcm.type").PcmBooleanType; }; } | undefined; hubUrl: string; }; applications: { hosts: string[]; loader: () => Promise>; }[]; };