export default class Util { static fail: any; static getSymbolLongDisplay(symbol: any): any; static pad(n: any, length: number): string; static getSymbolShortDisplay(symbol: any): any; }