import Tile from './Tile'; export default class DebugTile extends Tile { initTileLayer(): Promise; protected getSourceOption(): { data: { type: string; features: any; }; options: { parser: { type: string; }; transforms: import("@ramap/ra-core").ITransform[]; }; }; }