interface Obj {
[key: string]: any;
}
declare let BI: Obj;
declare const Fix: Obj;
declare const Dec: Obj;