import type { RawType, RawTypeName } from "../Schema/RawType.js";
export declare function typeName(value: RawType): RawTypeName;
