import { GridMeta } from './GridMeta'; import { Point } from '../../..'; export declare class MapGrid { private map; private prop?; Map: GridMeta; Prop: GridMeta | undefined; readonly HasProp: boolean; readonly DirectPass: boolean; readonly EventId: string | undefined; Pass(pt: Point): boolean; constructor(params: { map: { resId: number; resNum: number; eventId?: string; raised?: boolean; passMask?: number; }; prop?: { resId: number; resNum: number; eventId?: string; raised?: boolean; passMask?: number; }; }); } //# sourceMappingURL=MapGrid.d.ts.map