import * as Effect from "effect/Effect"; /** Validate an untrusted bundler output path before writing it to disk. */ export declare const normalizeBundleFilePath: (input: string) => Effect.Effect; //# sourceMappingURL=BundlePaths.d.ts.map