import { Schema, KeyedEntity } from './types'; export declare function createSchema(entity: KeyedEntity): Schema;