/** * Extracts only the relation fields from the GraphQL type map. * @param {Map} typeMap - The GraphQL schema TypeMap. * @returns {Map>} A map where each key is an entity name, and the values are a map of relation fields and their corresponding entity type. */ export declare function extractRelationsFromGQL(typeMap: Map): Map>; //# sourceMappingURL=extract-relations-from-graphql.d.ts.map