/**
 * 判断是否有效查询值
 * @param query
 */
export declare function hasTruthyValue(query: any): boolean;
