/** * Forgejo lexicon packaging — delegates to core packagePipeline. * * Bundles what forgejo actually ships (its post-synth checks, its skill, * an empty resource catalog) into dist/manifest.json + dist/meta.json so * the lexicon has a real, versioned package manifest like every other * lexicon — see ./generate.ts for why the catalog itself is empty. */ import { type PackageOptions, type PackageResult } from "@intentius/chant/codegen/package"; export type { PackageOptions, PackageResult }; /** * Package the Forgejo lexicon into a distributable BundleSpec. */ export declare function packageLexicon(opts?: PackageOptions): Promise; //# sourceMappingURL=package.d.ts.map