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<Record<string, string>>;
export {};
//# sourceMappingURL=writeImagesToFiles.d.ts.map