import type { SchemaOverview } from '@directus/types';
export declare function validatePathExistence(path: string, collection: string, fields: Set<string>, schema: SchemaOverview): void;
