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