import { Property } from '../../../../domain'; export declare const castArrayPropertiesToValuesHashProperties: ({ properties, }: { properties: { [index: string]: Property; }; }) => { [index: string]: Property; };