/// /** * Decodes the data. */ export default function (id: number, iv: Buffer | string, data: Buffer | string, done: (err?: Error, result?: Buffer) => void): void;