import type { Plugin } from "esbuild"; export interface ExcludeSourcemapOptions { filter: RegExp; } export declare function excludeSourcemap(opts: ExcludeSourcemapOptions): Plugin;