import { Relation } from '../types'; export declare function getRelationType(getRelationOptions: { relation: Relation; collection: string | null; field: string; }): 'm2o' | 'o2m' | 'm2a' | null; //# sourceMappingURL=get-relation-type.d.ts.map