import type { WorkbookBuilder } from './builder'; import type { NamedResourceData } from './storage'; export declare function writeLocalFile(workbook: WorkbookBuilder, pathToFile: string): Promise; export declare function readImageFile(filePath: string): Promise;