import { Model } from '../../../model'; import { RelationQueryBuilder } from '../builders/relationQueryBuilder'; import { ExtractModelAttributesType } from '../../../types/extractModelAttributesType'; import { ExtractModelPersistedAttributesType } from '../../../types/extractModelPersistedAttributesType'; import { ExtractModelRelationsType } from '../../../types/extractModelRelationsType'; export declare class MorphOne, PersistedAttributes = ExtractModelPersistedAttributesType, Relations = ExtractModelRelationsType> extends RelationQueryBuilder { }