import type { ReleaseAssetManifest } from "./manifest-schema.js"; export interface BuildReleaseAssetModulesOptions { /** Prefer the manifest closure for this route, falling back to the full map when stale. */ route?: string | null; /** Restrict non-route callers to an explicit set of logical module paths. */ logicalPaths?: Iterable; } export declare function buildReleaseAssetModules(manifest?: ReleaseAssetManifest | null, options?: BuildReleaseAssetModulesOptions): Record | undefined; //# sourceMappingURL=client-module-map.d.ts.map