import { type ModeComponent, type PresetComponent } from '@jscrypto/core'; export declare const cfb: ModeComponent<'CFB'>; export declare const cfbPreset: PresetComponent<'cfb'>; //# sourceMappingURL=cfb.d.ts.map