import { Model } from '../../../model'; import { HasMany } from './hasMany'; import { ExtractModelAttributesType } from '../../../types/extractModelAttributesType'; import { ExtractModelPersistedAttributesType } from '../../../types/extractModelPersistedAttributesType'; import { ExtractModelRelationsType } from '../../../types/extractModelRelationsType'; export declare class MorphMany, PersistedAttributes = ExtractModelPersistedAttributesType, Relations = ExtractModelRelationsType> extends HasMany { }