import { type TArg, type TRet } from "@noble/curves/utils.js"; export declare const gf64Multiply: (a: TArg, b: TArg) => TRet; export declare const gf128Multiply: (a: TArg, b: TArg) => TRet; export { gf256Multiply } from "./gf256.js";