export declare const DEFAULT_WHITE_REG: RegExp;
export declare function shouldInclude(branch?: string, reg?: RegExp): boolean;
