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