import type { BlsKeyPair } from "./types"; /** * Generates a BLS12-381 key pair where the public key is a commitment in G1 * @param seed [Optional] To derive the key pair from * * @returns A BlsKeyPair */ export declare const generateBls12381G2KeyPair: (seed?: Uint8Array) => Promise>; //# sourceMappingURL=bls12381.d.ts.map