import type { Blocks } from '@curvenote/blocks'; import type { Version } from '../../../models.js'; type ImageSrc = { src?: string; content_type?: string; }; export declare function getImageSrc(version: Version): ImageSrc; export {}; //# sourceMappingURL=getImageSrc.d.ts.map