import { Navigation, Plan } from "../types.service"; export declare function getCoefficientsForImage(img: HTMLImageElement, rectangle: any): { coeffX: number; coeffY: number; }; export declare function styleButton(button: HTMLButtonElement): void; export declare const showScanPointsOnPlanInDiv: (plan: Plan, divPlan: HTMLElement, navigations: Navigation[]) => Promise;