import { Dictionary } from "types"; /** * Object 参数过滤,未定义或者空 * @param {*} obj * @returns */ export declare const filterParams: (obj: any) => Dictionary;