import { type TArg, type TRet } from "@noble/curves/utils.js"; import type { Cipher, CipherOrHashFunctionWrapper } from "../types.js"; export declare const cp_kek_diversify: (kek: TArg, ukm: TArg, sbox?: TArg) => TRet; export declare const acpkm: (encrypter: CipherOrHashFunctionWrapper, bs: number) => TRet; export declare const acpkm_master: (cipher: Cipher, length: number) => TRet;