import { Plugin } from 'rollup'; export declare function mapIdExternal(cwd: string, outputDir: string, map: Record): Plugin; export default mapIdExternal;