export function deriveKeys( material: CryptoKey ): Promise; // TODO: export function ratchet( material: CryptoKey ): Promise; // TODO: check promise export function importKey( keyBytes: ArrayBuffer, keyUsages: Array ): Promise; // TODO: check promise