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