import { TestConfig } from '../../types';
export declare function initPolicyEngine(testConfig: TestConfig): Promise<string>;
