import { Capturer } from "./Capturer";
export interface LocalCapturer extends Capturer<string> {
}
