import type { ContentFs } from '../fs/content-fs'; export declare function resolveAssetPath(assetRelativePath: string, fs: ContentFs, options: { fromFileRelativePath: string; contentDir: string; outdir: string; }): Promise; //# sourceMappingURL=resolve-asset-path.d.ts.map