import type { BundlerAssetManifest, BundlerBuildAssetManifestOptions, BundlerCollectedAssetLinks, BundlerCollectAssetLinksOptions } from "../../src/types.d.ts"; declare function buildAssetManifest(options: BundlerBuildAssetManifestOptions): BundlerAssetManifest; declare function collectAssetLinks(manifest: BundlerAssetManifest, entryIds: string[], options?: BundlerCollectAssetLinksOptions): BundlerCollectedAssetLinks; export { buildAssetManifest, collectAssetLinks, }; //# sourceMappingURL=runtime.d.ts.map