export declare class QRMath { constructor(); private static EXP_TABLE; private static LOG_TABLE; private static initialize; static glog(n: number): number; static gexp(n: number): number; }