UNPKG

snyk

Version:

snyk library and cli utility

7 lines (6 loc) 321 B
import { CustomError } from '../../../../../errors'; import { TestConfig } from '../../types'; export declare function lookupLocalRulesBundle(testConfig: TestConfig): Promise<string | undefined>; export declare class InvalidUserRulesBundlePathError extends CustomError { constructor(path: string, message: string); }