import { Base, Type } from "./type";
import { ShapefileRecord } from "./ShapefileRecord";
/**
 * @hidden
 */
export declare class ShapeFilterRecordEventArgs extends Base {
    static $t: Type;
    a: ShapefileRecord;
    b: boolean;
}
