import type { BuildContext } from "../types.d.cts";
declare const warn: (context: BuildContext, message: string) => void;
export = warn;
