import { Plugin } from 'rollup'; export declare function matches(importee: string, patterns: string[]): boolean; export declare function replaceWithEmptyModule(patterns?: string[]): Plugin;