export interface IRulesObject { exclude?: Array; include?: Array; matchBasename?: boolean; matchPath?: boolean; ignoreRootName?: boolean; }