/** * Materialize symlinks inside a build artifact that point outside the artifact * directory but still live under the original app tree (typical for Next.js * standalone output referencing monorepo node_modules). */ export declare function normalizeArtifactSymlinks(artifactDir: string, appPath: string, signal?: AbortSignal): Promise; //# sourceMappingURL=artifact-postprocess.d.ts.map