import { type CosmosEWallet } from "../cosmos_ewallet";
export declare function getPublicKey(this: CosmosEWallet): Promise<Uint8Array>;
