type PublicKeyInfo = {
    accountId: string;
    publicKey: string;
    signedDescriptor: string;
};
export declare function getPublicKey(accountId: string, challenge: string, env?: "prod" | "test"): Promise<PublicKeyInfo>;
export {};
//# sourceMappingURL=hedera.d.ts.map