/** 过滤空值 */ export declare const filterNullValue: (data: any) => any;