/** * Configured artifacts copy an output directory's contents to the artifact * root. Runtime dependencies traced from that output need the same relocation: * app-local node_modules become artifact-root node_modules, while hoisted * workspace deps and workspace packages keep enough source-root layout for * bare imports and package symlinks to resolve after unpacking. */ export declare function stageConfiguredArtifactDependencies(options: { appPath: string; artifactDir: string; outputDirectory: string; entrypoint: string; signal?: AbortSignal; }): Promise; //# sourceMappingURL=configured-artifact-trace.d.ts.map