import { ExcalidrawElement } from "../element/types"; import { AppState } from "../types"; export declare const resaveAsImageWithScene: (elements: readonly ExcalidrawElement[], appState: AppState) => Promise<{ fileHandle: import("browser-fs-access").FileSystemHandle; }>;