DIR : /home/kozerus/public_html/cropex/node/node_modules/rollup/dist/getLogFilter.d.ts
/home/kozerus/public_html/cropex/node/node_modules/rollup/dist
import type { RollupLog } from './rollup';
export type GetLogFilter = typeof getLogFilter;
export function getLogFilter(filters: string[]): (log: RollupLog) => boolean;
//