import { ContextDefinition } from "jsonld"; import { Schema } from "shexj"; import { LdoBase } from "./util"; export declare type ShapeType = { schema: Schema; shape: string; context: ContextDefinition; exampleData?: Type; };