import { Plugin } from 'rollup'; /** * rollup-plugin-catch-unresolved * * Catch any unresolved imports to give proper warnings (Rollup default is to ignore). */ export declare function rollupPluginCatchUnresolved(): Plugin;