import { LauncherTianyi } from 'webrtc-streaming'; export { LauncherTianyi as Launcher } from 'webrtc-streaming'; import { baseOptionsType, extendOptionType } from 'webrtc-streaming/src/client/interface'; export * from 'ray-streaming'; declare type RCRLaunchOptions = { appKey?: string; rdHost?: string; address?: string; baseOptions: baseOptionsType & { rtmpUrl?: string; }; extendOptions: extendOptionType; appId?: string; sa?: string; sas?: string; }; declare function RCRLaunch(options: RCRLaunchOptions): Promise; export { RCRLaunch };