import { Commandable } from '../Components';
export declare function scaleExact(commandable: Commandable, width: number, height: number, time: number, path: string): void;
