import type { ISession } from '../../../session/types.js'; import type { ArticleState } from './walkArticle.js'; type Options = { basePath: string; buildPath?: string; simple?: boolean; }; export declare function writeImagesToFiles(session: ISession, images: ArticleState['images'], options: Options): Promise>; export {}; //# sourceMappingURL=writeImagesToFiles.d.ts.map