import type { DataTypeKind } from "./type-types";
export declare const TypeKindNames: Map<DataTypeKind, string>;
