import { Type } from "../type"; export declare const num: import("./type-of").TypeOf; export declare const bigint: import("./type-of").TypeOf; export declare const str: import("./type-of").TypeOf; export declare const bool: import("./type-of").TypeOf; export declare const fn: import("./type-of").TypeOf; export declare const sym: import("./type-of").TypeOf; export declare const undef: import("./type-of").TypeOf; export declare const nil: import("./value").Value; export declare const obj: import("./type-of").TypeOf; export declare function maybe(check: Type): import("../type").Either;