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