import { InsufficientError } from "./InsufficientError";
export declare class InsufficientCounterPartiesError extends InsufficientError {
}
