/** * Forgejo Actions lexicon plugin. * * Forgejo runs GitHub-Actions-compatible workflows, so this lexicon is a thin * dialect of the github lexicon: it reuses github's generated entities and * composites wholesale (re-exported from ./index) and overrides only the * serializer. There is no own spec, so the codegen lifecycle methods are * intentionally no-ops — they delegate the real work to the github lexicon. */ import type { LexiconPlugin } from "@intentius/chant/lexicon"; export declare const forgejoPlugin: LexiconPlugin; //# sourceMappingURL=plugin.d.ts.map