declare function _exports({ testPath, config }: {
    testPath: any;
    config: any;
}): any;
export = _exports;
