import type { ArtifactMetadataManifest } from "../types/artifactMetadata.js"; import type { ArtifactBundle } from "../io/artifacts.js"; export declare function present(bundle: ArtifactBundle, artifactName: string): boolean; export declare function computeArtifactStateSignature(bundle: ArtifactBundle): string; export declare function computeArtifactMetadata(bundle: ArtifactBundle, previous?: ArtifactMetadataManifest, updatedArtifacts?: Iterable): ArtifactMetadataManifest; //# sourceMappingURL=artifactMetadata.d.ts.map