import type * as Layer from "effect/Layer";
import type { Path } from "effect/Path";
/**
 * @since 1.0.0
 * @category layer
 */
export declare const layer: Layer.Layer<Path>;
/**
 * @since 1.0.0
 * @category layer
 */
export declare const layerPosix: Layer.Layer<Path>;
/**
 * @since 1.0.0
 * @category layer
 */
export declare const layerWin32: Layer.Layer<Path>;
//# sourceMappingURL=NodePath.d.ts.map