export declare function testPath(input: string, target: string | RegExp): any;
export declare function parsePluginOptions<T>(a: any, b?: any, defaultValue?: any): [T, RegExp];
export declare function simplifiedRegExp(input: undefined | string | RegExp): RegExp;
