/** * GitLab lexicon packaging — delegates to core packagePipeline * with GitLab-specific manifest building and skill collection. */ import { type PackageOptions, type PackageResult } from "@intentius/chant/codegen/package"; export type { PackageOptions, PackageResult }; /** * Package the GitLab lexicon into a distributable BundleSpec. */ export declare function packageLexicon(opts?: PackageOptions): Promise; //# sourceMappingURL=package.d.ts.map