import { Context } from './Context'; export type LoadSchemaResult = { context: Context; schemaObj: any; }[];