import type { Rule } from "../model.js"; /** * Every release workflow must publish an existing, non-private (or pypi) * package — so there is no drift between the workflows and the packages. */ export declare const releaseWorkflowMapsToPackage: Rule;