export declare function isPowerOfTwo(value: number): boolean; export declare function nearestPowerOfTwo(value: number): number;