/** * @param {*} binaryData * @returns {{list: Array}} */ export function decodeExtraData(binaryData: any): { list: any[]; };