import type { BlockCipher, CipherComponent, PresetComponent } from '@jscrypto/core'; export declare const des: CipherComponent<'DES'>; export declare const desPreset: PresetComponent<'des'>; export declare function createDesCipher(key: Uint8Array): BlockCipher; //# sourceMappingURL=des.d.ts.map