import { TileTransform } from '../common'; export declare function placeTile(to: Uint8ClampedArray, toWidth: number, tileTransform: TileTransform): void;