import { Options } from "./types";
export declare function typeCoverageWatcher(_options: Options): Promise<void>;
