/** * The `publicKeyMultibase` of the Ed25519 update key a seed derives, as it * appears in the log's `parameters.updateKeys`. * * @param options {object} * @param options.seed {Uint8Array} a 32-byte Ed25519 seed * @returns {Promise} */ export declare function updateKeyMultibase({ seed }: { seed: Uint8Array; }): Promise; //# sourceMappingURL=updateKeyMultibase.d.ts.map