import type { EncryptedString } from '../../index.js'; export declare function kadenaGetPublicFromRootKey(password: string, rootKey: EncryptedString, index: number): Promise; //# sourceMappingURL=kadenaGetPublicFromRootKey.d.ts.map