import type { CollectionSlug } from 'payload';
export declare const isPolymorphicRelationship: (value: unknown) => value is {
    relationTo: CollectionSlug;
    value: number | string;
};
//# sourceMappingURL=isPolymorphicRelationship.d.ts.map