import { ModelDefinition } from "@graphback/core"; export declare const createJsonSchema: (model: ModelDefinition) => { name: string; version: number; type: string; primaryKey: string; properties: { [x: string]: any; }; };