import { WebrtcCapturer } from "./WebrtcCapturer";
import { FileResponse } from "./FileResponse";
export interface ServerWebrtcCapturer extends WebrtcCapturer<FileResponse> {
}
