export class RasterTileMark extends Grid2DMark { constructor(source: any, options: any); image: any; origin: any; tileX: any; tileY: any; setPlot(plot: any, index: any): void; requestQuery(): Promise; query(filter?: any[]): any; _filter: any[]; tileQuery(extent: any): any; requestTiles(): Promise; prefetch: import("@uwdata/mosaic-core").QueryResult>[]; convolve(): this; rasterize(): this; plotSpecs(): { type: any; data: { length: number; }; options: { src: any; width: number; height: number; preserveAspectRatio: string; imageRendering: any; frameAnchor: string; }; }[]; } import { Grid2DMark } from './Grid2DMark.js'; //# sourceMappingURL=RasterTileMark.d.ts.map