export declare function parseExclude(input?: string | string[]): string[]; export declare function isExcluded(relPath: string, patterns: string[]): boolean; //# sourceMappingURL=exclude.d.ts.map