import { ITypeCheckerOptions } from './interfaces';
export declare function watchSrc(pathToWatch: string, options: ITypeCheckerOptions, callback: Function): void;
