import { Type } from "../types/Type.js"; import { Value } from "./index.js"; export declare function annotationToDomain(value: Value): Type; //# sourceMappingURL=annotations.d.ts.map