import type { Manifest } from "vite";
/**
 * Collects CSS file paths from a manifest by walking through imports starting from a given file
 */
export declare function collectManifestCss(manifest: Manifest, startFile: string | string[]): Record<string, string>;
//# sourceMappingURL=collectManifestCss.d.ts.map