export interface NativeVideoPlayerBridgeContract { startVideoPlayer(configuration: string): Promise; }