import { WebrtcCapturer } from "./WebrtcCapturer";
export interface LocalWebrtcCapturer extends WebrtcCapturer<string> {
}
