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