import { Model } from '../../../model'; import { BelongsToMany } from './belongsToMany'; import { ExtractModelAttributesType } from '../../../types/extractModelAttributesType'; import { ExtractModelPersistedAttributesType } from '../../../types/extractModelPersistedAttributesType'; import { ExtractModelRelationsType } from '../../../types/extractModelRelationsType'; export declare class MorphToMany, Attributes = ExtractModelAttributesType, PersistedAttributes = ExtractModelPersistedAttributesType, Relations = ExtractModelRelationsType> extends BelongsToMany { }