import type { PublishedReleaseArtifacts } from '../bundle-emitter/fetch-published-artifacts.ts'; export declare const publishedReleaseStatus: { readonly alreadyPublished: "already-published"; readonly initialVersion: "initial-version"; readonly newVersion: "new-version"; }; export type PublishedReleaseStatus = (typeof publishedReleaseStatus)[keyof typeof publishedReleaseStatus]; export {}; //# sourceMappingURL=published-release-state.d.ts.map