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