import type { SchemaOverview } from '@directus/types';
export declare function getRelatedCollection(schema: SchemaOverview, collection: string, field: string): string | null;
