/**
 * @deprecated Since v1.28.2. Use [[getLinkedCollectionResult]] instead.
 * Data extractor for one to many links for v2 entity used in [[entityDeserializer]]
 * @param data - One to many link response data
 * @returns The content of the one to many link
 */
export declare function extractDataFromOneToManyLink(data: any): any[] | undefined;
//# sourceMappingURL=extract-data-from-one-to-many-link.d.ts.map