/// <reference types="node" />
import crypto from 'crypto';
export declare const createCipheriv: typeof crypto.createCipheriv;
export declare const createDecipheriv: typeof crypto.createDecipheriv;
//# sourceMappingURL=ciphers.d.ts.map