/// <reference types="node" />
declare const rijndael: (saltBytes: Buffer, key: string, algorithm?: string) => (text: string) => string;
export default rijndael;
