import type { ContentFs } from '../fs/content-fs.js'; export declare function resolveSrcSet(srcSet: string, fs: ContentFs, options: { fromFileRelativePath: string; contentDir: string; outdir: string; }): Promise; //# sourceMappingURL=resolve-src-set.d.ts.map