import { BaseComponentContext } from './BaseComponentContext.js'; export type BuilderWizardContext = BaseComponentContext & { sidebar: string; form: string; pages: { title: string; }[]; self: { page: number; }; };