/** * pathからHTMLImageElementを作成 */ export declare const fileToHTMLImageElement: (path: string) => Promise;