import { Organization, Tenant, TenantSetting, PasswordReset, User, EmailVerification, UserOrganization, Contact, OrganizationContact, Tag, Employee, Role, RolePermission, FeatureOrganization, Feature, ImportRecord, Email, EmailTemplate, Country, Currency, OrganizationLanguage, Invite, CustomSmtp, Language, StorageFile, SecretToken, Integration } from './internal'; export declare const coreEntities: (typeof User | typeof Tenant | typeof Organization | typeof Contact | typeof OrganizationContact | typeof Country | typeof Currency | typeof Employee | typeof Tag | typeof EmailTemplate | typeof Email | typeof FeatureOrganization | typeof Feature | typeof OrganizationLanguage | typeof RolePermission | typeof Role | typeof UserOrganization | typeof PasswordReset | typeof TenantSetting | typeof ImportRecord | typeof Language | typeof EmailVerification | typeof Invite | typeof CustomSmtp | typeof StorageFile | typeof SecretToken | typeof Integration)[];