import { Type } from "../data"; export declare function isType(value: unknown): value is Type;