import { type ReactNativeGoodVibesSdk, type ReactNativeGoodVibesSdkOptions } from './react-native.js'; export type ExpoGoodVibesSdkOptions = ReactNativeGoodVibesSdkOptions; export { forSession } from './companion-realtime.js'; /** * Create a GoodVibes SDK instance from the Expo-specific entrypoint. */ export declare function createExpoGoodVibesSdk(options: ExpoGoodVibesSdkOptions): ReactNativeGoodVibesSdk; export { createExpoSecureTokenStore, type ExpoSecureTokenStore, type ExpoSecureTokenStoreOptions, type ExpoSecureStoreAccessible, } from './client-auth/expo-secure-token-store.js'; //# sourceMappingURL=expo.d.ts.map