/** * * @type {(...data: any[]) => void} */ export const log: (...data: any[]) => void;