import type { Point } from '../types'; export declare const mockPixelToCanvas: ([x, y]: Point) => Point;