export { EVERYONE, INTERNET } from './globalEntities'; export { RelationshipClass } from './RelationshipClass'; export * from './relationships'; export declare type IntegrationEntitySchema = { $ref?: string; allOf?: IntegrationEntitySchema[]; properties?: { [propertyName: string]: any; }; required?: string[]; }; export { IntegrationSchema } from "./IntegrationSchema"; export { validateEntityWithSchema } from './validateEntityWithSchema'; export { getSchema } from './getSchema';