export default class Long { static toBinaryString(i: any): string; constructor(high: any, low: any); low: any; high: any; }