import { ZedInt } from "../values/types";
export declare function isInt(value: unknown): value is ZedInt;
