import { PluginPureHook } from '@gedit/runtime-compiler'; import { TilemapGameObject } from '@gedit/runtime-render'; export interface TilemapLayer { name: string; x: number; y: number; } export declare function tilemap(ctx: PluginPureHook, component: TilemapGameObject): void; //# sourceMappingURL=tilemap.d.ts.map