import { Description } from "./Description";
import { ShapefileRecordDescription } from "./ShapefileRecordDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ShapeFilterRecordEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get record(): ShapefileRecordDescription;
    set record(a: ShapefileRecordDescription);
    private m;
    get shouldInclude(): boolean;
    set shouldInclude(a: boolean);
}
