import type { Plugin } from "esbuild";
/** Plugin to load `.glsl` files as minified strings */
export declare const webglPlugin: () => Plugin;
