import { Image, Canvas } from "./canvas"; export declare function loadOfficialParameterIcons(): Promise<{ [key: string]: Image; }>; export declare function load74eoAircraftLevelIcons(): Promise<{ [key: string]: Image; }>; export declare function load74eoParameterIcons(): Promise<{ [key: string]: Image; }>; export declare function loadOfficialEquipmentIcons(originalSize?: boolean, imgSize?: number): Promise<{ [key: string]: Image; }>; export declare function load74eoEquipmentIcons(imgSize?: number): Promise<{ [key: string]: Image; }>; export declare function loadOfficialCommonMainIcons(): Promise<{ [key: string]: Image; }>; export declare function loadOfficialCommonMiscIcons(): Promise<{ [key: string]: Image; }>; export declare function loadOfficialHpGaugeIcons(): Promise<{ [key: string]: Image; }>; export declare function resize(image: Image, width: number, height: number, offsetX?: number, offsetY?: number): Canvas;