declare function isPowerOfTwo(value: number): boolean; export { isPowerOfTwo };