import { SchemaDefinition } from "..";
export default function deserializeJsonProperties(respArray: any[], schema: SchemaDefinition): void;
