import type { RuntimeOptionsExtension } from "./runtime-option-extensions.js"; /** Attach the configured app's artifact sink after every caller-owned extension. */ export declare function createToolOutputArtifactsRuntimeExtension(next: RuntimeOptionsExtension | undefined, artifactRoot: string): RuntimeOptionsExtension; //# sourceMappingURL=tool-output-artifacts.d.ts.map