import "../events/types.js"; import "../BluxClient.js"; //#region src/bridges/Bridge.d.ts declare const BRIDGE_PLATFORMS: readonly ["none", "android", "ios", "react-native", "flutter"]; type BridgePlatform = (typeof BRIDGE_PLATFORMS)[number]; //#endregion export { BRIDGE_PLATFORMS, BridgePlatform }; //# sourceMappingURL=Bridge.d.ts.map