import { PluginBuild } from "esbuild"; export declare const load_assets_plugin: { name: string; setup(build: PluginBuild): void; };