import { BasePropertyJSON } from '../../frontend/interfaces/property-json/property-json.interface.js';
declare const convertNestedParam: (parentValue: Record<string, any>, subProperty: BasePropertyJSON) => Record<string, any>;
export { convertNestedParam };
