import { Secp256k1KeyIdentity } from "@dfinity/identity-secp256k1";
export declare const generateRandomIdentity: () => Secp256k1KeyIdentity;
