export declare const CLOSING_ACTIONS: readonly ["commit", "push", "open-pr", "publish", "tag", "none", "custom"]; export type ClosingAction = (typeof CLOSING_ACTIONS)[number]; //# sourceMappingURL=closingActions.d.ts.map