import { PublicKey } from "./public_key";
import { Signature } from "./signature";
export type G1Element = PublicKey;
export type G2Element = Signature;
