import { CostMapLayer } from "./MockFactory.js";
export declare function createPhaserTilemapStub(blockMap: Map<string | undefined, string[]>, costMap?: CostMapLayer[]): Phaser.Tilemaps.Tilemap;
