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