export type OutlineArea = { name: string; intent: string; }; export type Outline = { areas: OutlineArea[]; }; //# sourceMappingURL=decomposer-deep-types.d.ts.map