export declare const isPowerOf2: (value: number) => boolean;
