export type IBlackList = Array; export declare function isInBlackList(filePath: string, blackList?: IBlackList): boolean;