import { IUnitDisk } from "../../components/unitdisk/unitdisk"; import { TransformationCache } from "../transformation/hyperbolic-transformation"; export declare function doVoronoiStuff(ud: IUnitDisk, cache: TransformationCache): void; export declare function doLabelStuff(ud: IUnitDisk, cache: TransformationCache): void; export declare function doImageStuff(ud: IUnitDisk, cache: TransformationCache): void;