export type ExcludeConfig = (string | RegExp)[]; export declare function createExclude(excludeConfig: ExcludeConfig): (path: string) => boolean; //# sourceMappingURL=exclude.d.ts.map