import type { FieldType } from "../Field.js"; declare const getType: (id: string, range: string) => FieldType; export default getType; //# sourceMappingURL=getType.d.ts.map