import type { EncryptedString } from '../../index.js'; export declare const kadenaSign: (password: string | Uint8Array, hash: string, secretKey: EncryptedString | Uint8Array) => Promise; //# sourceMappingURL=kadenaSign.d.ts.map