/** * 过滤对象属性 */ export declare function objectFilter(srcOb: any, filter: (key: string, value: any, keyPath: string[]) => boolean, options?: { deep?: boolean; }): any; //# sourceMappingURL=objectFilter.d.ts.map