/** * @since 1.0.0 */ import type { WatchBackend } from "@effect/platform/FileSystem"; import type { Layer } from "effect/Layer"; /** * You can provide this Layer to use `@parcel/watcher` as the backend for watching files. * * @since 1.0.0 * @category layer */ export declare const layer: Layer; //# sourceMappingURL=ParcelWatcher.d.ts.map