import { type EngineAdapter } from './types';
export declare function createWebrtcAdapter(): EngineAdapter;
