/** * Agora SDK type definitions. * * These types are used for static type checking while the SDK is loaded dynamically. * * @internal * @packageDocumentation */ /** * Agora RTC Client type. * Exported publicly via providers/agora/index.ts */ export type AgoraClient = IAgoraRTCClient; //# sourceMappingURL=types.d.ts.map