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