import type { AbsolutePosixFilePath } from '@contentlayer/utils'; import type { Has } from '@contentlayer/utils/effect'; import { T } from '@contentlayer/utils/effect'; export declare const makeCwd: T.Effect; export interface Cwd extends T.OutputOf { } export declare const Cwd: import("@effect-ts/system/Has").Tag; export declare const provideCwd: (ma: T.Effect, E1, A1>) => T.Effect; export declare const provideCwdCustom: (cwd: AbsolutePosixFilePath) => (ma: T.Effect, E1, A1>) => T.Effect; export declare const getCwd: T.Effect, never, AbsolutePosixFilePath>; export type HasCwd = Has; //# sourceMappingURL=cwd.d.ts.map