import type { ISerializedTile } from './ISerializedTile'; /** * Represents the serialized layout of all tiles in the tile manager. * * @public */ export interface ISerializedLayout { tiles: Array; } //# sourceMappingURL=ISerializedLayout.d.ts.map