import { ContextDefinition } from "jsonld"; export declare type Context = (null | string | ContextDefinition) | (null | string | ContextDefinition)[]; export declare type OrArray = T | T[];