import type { InfraGeneratedArtifact, InfraLedger } from '@ankhorage/contracts/infra'; import type { InfraArtifactWriteResult } from '../../../../types/infraProject.js'; /*** Write validated generated artifacts and remove only stale paths from the prior ledger. */ export declare function writeInfraGeneratedArtifactsAsync(projectPath: string, artifacts: readonly InfraGeneratedArtifact[], previous: InfraLedger | undefined): Promise; //# sourceMappingURL=writeInfraGeneratedArtifactsAsync.d.ts.map