import { Relation } from '@directus/shared/types'; export declare function getRelationType(getRelationOptions: { relation: Relation; collection: string | null; field: string; }): 'm2o' | 'o2m' | 'a2o' | null;