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