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