import type { ClientCollectionConfig } from 'payload'; /** * Gets the corresponding client collection config(s) for the given collection slug. */ export declare const useRelatedCollections: (relationTo: string | string[]) => ClientCollectionConfig[]; //# sourceMappingURL=useRelatedCollections.d.ts.map