import type { BinaryLike } from 'node:crypto';
import type { AesCipherEncodingOptions } from '../types';
import { BaseAesEncryptAndDecrypt } from './base/encrypt-and-decrypt';
export declare class Ofb extends BaseAesEncryptAndDecrypt {
    constructor(key: BinaryLike, encodingOptions?: AesCipherEncodingOptions);
}
//# sourceMappingURL=ofb.d.ts.map