/** * 返回 比 num 大的最接近 num 的 2 幂次方数 */ export default function nearestPowerOf2(num: number): number;