/** * Tier 3 marketplace action mappings — 5 niche actions. Several map to * native GitLab keywords (rules:changes, retry:) rather than scripts. */ import type { ActionMapping } from "./registry.js"; declare const TIER_3_MAPPINGS: ActionMapping[]; export declare function registerTier3(registry?: import("./registry.js").ActionMappingRegistry): void; export { TIER_3_MAPPINGS }; //# sourceMappingURL=tier-3.d.ts.map