import type * as PlatformError from "@effect/platform/Error"; import type * as KeyValueStore from "@effect/platform/KeyValueStore"; import type * as Layer from "effect/Layer"; /** * @since 1.0.0 * @category layers */ export declare const layerFileSystem: (directory: string) => Layer.Layer; //# sourceMappingURL=BunKeyValueStore.d.ts.map