import { type AssetManifest, type IManifestEntry } from '../../asset-manifest'; import type { IAssetHandler, IHandlerHost, IHandlerOptions } from '../asset-handler'; export declare function makeAssetHandler(manifest: AssetManifest, asset: IManifestEntry, host: IHandlerHost, options: IHandlerOptions): IAssetHandler;