import type { ClientCollectionConfig, CollectionConfig, Field } from 'payload';
export declare const getFieldBySchemaPath: (collectionConfig: ClientCollectionConfig | CollectionConfig, schemaPath: string) => Field | null;
//# sourceMappingURL=getFieldBySchemaPath.d.ts.map