export declare const schemasToIntermediate: (files: any[]) => any; export declare const intermediateToPartialContext: (intermediate: any) => {}; export declare const schemasToContext: (schemas: any[], { version, vocab, id, type, rootTerms, }?: { version?: number | undefined; vocab?: string | undefined; id?: string | undefined; type?: string | undefined; rootTerms?: any; }) => { '@context': any; };