import { MismatchError } from "./MismatchError";
export declare class AccountMismatchError extends MismatchError {
}
