import { IMinimatch } from 'minimatch';
export declare function createMinimatch(patterns: string[]): IMinimatch[];
