export declare class Functions { static IsPowerOf2(num: number): boolean; }