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