import { Workspace } from '../../workspace'; import Runner from '../../runner'; export declare const DEFAULT_ALLOW_LIST: Map; export declare const DEFAULT_BLOCK_LIST: (string | RegExp)[]; export interface DupeProtectionOptions { allowlist: Map; blocklist: (string | RegExp)[]; } export declare function runCheck(workspace: Workspace, runner: Runner, options?: Partial): Promise; //# sourceMappingURL=index.d.ts.map