import type { LibraryDeploymentFuture } from "../../../types/module.js"; import type { DeploymentExecutionState } from "../../execution/types/execution-state.js"; import type { ReconciliationContext, ReconciliationFutureResult } from "../types.js"; export declare function reconcileArtifactLibraryDeployment(future: LibraryDeploymentFuture, executionState: DeploymentExecutionState, context: ReconciliationContext): Promise; //# sourceMappingURL=reconcileArtifactLibraryDeployment.d.ts.map