/** * Get the size of the next power of two. * @param n */ export declare function nextPowerOfTwo(n: number): number; //# sourceMappingURL=nextPowerOfTwo.d.ts.map