export declare const esbuildPluginUseMacro: () => {
    name: string;
    setup(build: import("esbuild").PluginBuild): Promise<void>;
};
