import type { Plugin as EsbuildPlugin } from 'esbuild';
export declare const EMPTY_SOURCEMAP: string;
/**
 * Esbuild plugin that excludes node_module files from sourceMaps.
 * Source: https://github.com/evanw/esbuild/issues/1685
 */
export declare const excludeVendorFromSourceMapPlugin: () => EsbuildPlugin;
