import type { BundlerCollectedAssetLinks, BundlerFrontendAssetLinks, BundlerFrontendAssetLinksOptions, BundlerRenderedAssetTags } from "../../types.d.ts"; declare function collectFrontendAssetLinks(options: BundlerFrontendAssetLinksOptions): BundlerFrontendAssetLinks; declare function renderAssetLinkTags(links: Pick & Partial>): BundlerRenderedAssetTags; export { collectFrontendAssetLinks, renderAssetLinkTags, }; //# sourceMappingURL=assets.d.ts.map