import type { ImageEngine } from "./types.js";
export declare function loadImageShape(engine: ImageEngine, refresh?: boolean): Promise<void>;
