import { Plugin } from "esbuild";
export type FileConstantsPluginOptions = Record<never, never>;
export declare const fileConstantsPlugin: (options?: FileConstantsPluginOptions) => Plugin;
