import { NativeModule } from 'expo-modules-core'; export type BitmovinCastManagerModuleEvents = Record; declare class BitmovinCastManagerModule extends NativeModule { isInitialized(): Promise; sendMessage(message: string, messageNamespace?: string): Promise; updateContext?(): Promise; } declare const _default: BitmovinCastManagerModule; export default _default; //# sourceMappingURL=BitmovinCastManagerModule.d.ts.map