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