export type OMath = Math & { log2: (x: number) => number; }; export declare const OMath: OMath;