import type { Message } from "esbuild";
import type { PluginContext } from "rollup";
declare const warn: (pluginContext: PluginContext, messages: Message[]) => Promise<void>;
export = warn;
