snyk
Version:
snyk library and cli utility
7 lines (6 loc) • 346 B
TypeScript
import { CustomError } from '../../../../../errors';
import { TestConfig } from '../../types';
export declare class InvalidUserPolicyEnginePathError extends CustomError {
constructor(path: string, message?: string, userMessage?: string);
}
export declare function lookupLocalPolicyEngine(testConfig: TestConfig): Promise<string | undefined>;