import type { PluginBuild } from "esbuild"; export declare function inlineCSS(options?: {}): { name: string; setup(build: PluginBuild): void; };