/** * @type {FieldWithSqrt} */ export const F: FieldWithSqrt; /** * @type {FieldWithOps} */ export const Z: FieldWithOps; import type { FieldWithSqrt } from "../../internal.js"; import type { FieldWithOps } from "../../internal.js"; //# sourceMappingURL=field.d.ts.map