export declare function testScopeMatch(scope?: string, pattern?: (string | RegExp) | (string | RegExp)[]): boolean;
