import type { Manifest } from "vite";
export interface RscManifest {
    clientComponents: Record<string, string>;
}
export declare function resolveManifestEntry(id: string, manifest: Manifest): string | undefined;
//# sourceMappingURL=manifest.d.ts.map