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