import { Plugin } from "esbuild"; /** Replaces imports with other modules */ declare const aliasPlugin: (options: Record) => Plugin; export default aliasPlugin;