import type { CollectionKey, FieldMap } from '../types.js';
export declare function collectionsInFieldMap(fieldMap: FieldMap): CollectionKey[];
