import { I } from "./types";
import { IProxy } from "../pmProxy";
export type ITestProxies = {
    butThenProxy: IProxy;
};
declare const _default: Promise<import("../core").default<I, any, {}>>;
export default _default;
