import type { Intent } from './intent.js'; import type { Slot } from './slot.js'; export interface PrototypeModel { slots: Slot[]; intents: Intent[]; } //# sourceMappingURL=prototype.d.ts.map