export class CellMatcherLayerBitMaskTest extends GridLayerCellMatcher {
    /**
     *
     * @param {number} mask
     * @param {string} layer
     * @return {CellMatcherLayerBitMaskTest}
     */
    static from(mask: number, layer: string): CellMatcherLayerBitMaskTest;
    /**
     * Mask
     * @type {number}
     */
    mask: number;
    match(grid: any, x: any, y: any, rotation: any): boolean;
}
import { GridLayerCellMatcher } from "./GridLayerCellMatcher.js";
//# sourceMappingURL=CellMatcherLayerBitMaskTest.d.ts.map