import type { Plugin } from "esbuild"; export interface RebuildLoggerOptions { outfile?: string; } export declare function rebuildLogger(opts: RebuildLoggerOptions): Plugin;