import { BaseComponentContext } from './BaseComponentContext.js'; export type WellContext = BaseComponentContext & { nestedKey: string; children: string; };