import { IDictionary } from "common-types"; /** * configures a watch handler for an `autoindex` watched directory */ export declare function watchHandler(dir: string, options?: IDictionary): (evtBeingWatched: string) => (filepath: string) => void; //# sourceMappingURL=watchHandler.d.ts.map