/** * Resolve repeatable `--reference-image` values into what the Market API takes: an http(s) URL * passes through untouched (the provider fetches it), a local file becomes a data URI. */ export declare function loadReferenceImages(refs: string[]): Promise; //# sourceMappingURL=reference-images.d.ts.map