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