export declare const deriveKey: (master: Uint8Array, salt?: Uint8Array, info?: Uint8Array) => Uint8Array; export declare const getSharedKey: (...parts: Uint8Array[]) => Uint8Array;