export declare const hashSHA256: (data: Iterable) => Promise; export declare const hashSharedSecret: (commandId: number, sharedSecret: ArrayBuffer) => Promise;