/// export declare function encryptRandomIVBuffer(input: Buffer, secretKeyBase64: string, algorithm?: string): Buffer; export declare function decryptRandomIVBuffer(input: Buffer, secretKeyBase64: string, algorithm?: string): Buffer;