import { BelongsTo } from './BelongsTo'; import { Polymorphic } from './Polymorphic'; import { HasOne } from './HasOne'; import { HasMany } from './HasMany'; export { BelongsTo, Polymorphic, HasOne, HasMany, }; //# sourceMappingURL=index.d.ts.map