import { ExternalExceptionsHandler } from '../core/exceptions/external-exceptions-handler';
import { ContextType } from "../types";
export declare class ExternalErrorProxy {
    createProxy<T extends string = ContextType>(targetCallback: (...args: any[]) => any, exceptionsHandler: ExternalExceptionsHandler, type?: T): (...args: any[]) => Promise<any>;
}
//# sourceMappingURL=external-proxy.d.ts.map