/** * Local source parsers. * * @experimental This API is unstable and may change without notice. * @packageDocumentation */ import * as Effect from "effect/Effect"; import type { AppError } from "../../../app-error/index.js"; import type { LocalSourceParams } from "../../../sources/types.js"; /** * Parse a local filesystem path. */ export declare const parseLocalPath: (input: string) => Effect.Effect; //# sourceMappingURL=parser.d.ts.map