import type { IParserData } from '@antv/l7-core'; export declare function filter(data: IParserData, options: { [key: string]: any; }): IParserData;