/// import { Transform, TransformOptions } from 'stream'; export declare class PbeCipherStreamOptions implements TransformOptions { readonly password: string; constructor(password: string); read?(this: Transform, size: number): void; }