export type PublicationOutcome = { readonly type: 'none'; } | { readonly type: 'published'; } | { readonly type: 'staged'; readonly stageId: string; }; //# sourceMappingURL=publication-outcome.d.ts.map