import { Point } from '../types';
export declare function getScales(destination: Point): Point;
export declare function getMaxScale(destination: Point): number;
