import { EnvironmentType } from "../environment/environment.base"; export declare const appRuntime: { isLocalhost: () => boolean; isEnvironment: (...types: EnvironmentType[]) => boolean; env: { type: 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>; }[]; }; };