declare const convertConditionArrayRequestObjectToString: (expression: any[]) => string;
export = convertConditionArrayRequestObjectToString;
