/**
* Can probably be replaced with `crypto.webcrypto.subtle.derivekey(...)` once node 16 support is dropped
*/exportdeclarefunctionderiveKey(password: Buffer, blockBytes: Buffer, algorithm: string, salt: Buffer, iterations: number, keyByteLength: number): Buffer;