import type { KeyGenerator } from '../definitions.js'; export declare function createCryptoKeyGenerator(): KeyGenerator;