import { EntityTypeMap, KVS } from "data-modeling"; export declare type CompositeEntityQueryResult = { readonly [K in keyof TEntityTypeMap]?: KVS; };