import { Color } from "./Color.js"; export declare class Image { constructor(); static getFileFormat(file: Uint8Array): any; static load(file: Uint8Array): any; static save(file: any, options: any): Promise; container: Image | undefined; height: number | undefined; palette: any | undefined; width: number | undefined; hasBackgroundColor: boolean | undefined; backgroundColor: Color | undefined; unitType: null | undefined; unitlessDefaultUnitType: null | undefined; } //# sourceMappingURL=Image.d.ts.map