import { PropertyDescriptor, PropertyName, PropertyQuery } from '../types'; export declare const createPropertiesOf: ( properties: PropertyDescriptor[], ) => (query?: PropertyQuery, ...additionalQueries: PropertyQuery[]) => PropertyName[];