import type { TypedKind } from "./kind"; import type { Type } from "./type"; export declare function asKind>(type: U): U & TypedKind; export declare function asKind(type: Type): TypedKind;