import type { BundlerBunStaticAssetHandler, BundlerBunStaticAssetHandlerOptions } from "../../types.d.ts"; declare function createBunStaticAssetHandler(options: BundlerBunStaticAssetHandlerOptions): BundlerBunStaticAssetHandler; export { createBunStaticAssetHandler, }; export type { BundlerBunStaticAssetHandler, BundlerBunStaticAssetHandlerOptions, }; //# sourceMappingURL=bun.d.ts.map