index.d.ts 239 B

1234
  1. import { TestConfig } from '../types';
  2. import { TestOutput } from './results';
  3. export declare const systemCachePath: string;
  4. export declare function scan(options: TestConfig, policyEnginePath: string, rulesBundlePath: string): TestOutput;