export function captureConsole(cb: any): void;
export function promisify(fn: any): (...args: any[]) => Promise<any>;
export function getNetworkName(networkId: any): string;
export function slug(): string;
export function promiseWait(ms: any): Promise<any>;
export function uniqueId(object: any): any;
