import { RelationshipClass, FirewallRuleProperties } from './../../data-model'; export { FirewallRuleProperties }; import * as ipUtil from './ip'; export { createIntegrationEntity } from './createIntegrationEntity'; export { createIntegrationRelationship, generateRelationshipType, generateRelationshipKey } from './createIntegrationRelationship'; export { assignTags, ResourceTagList, ResourceTagMap } from './tagging'; export * from './converters'; export declare const DataModel: { ipUtil: typeof ipUtil; EVERYONE: { _class: string[]; _type: string; _key: string; principal: string; public: boolean; displayName: string; }; INTERNET: { _class: string[]; _type: string; _key: string; CIDR: string; CIDRv6: string; public: boolean; displayName: string; }; RelationshipClass: typeof RelationshipClass; };