export function netIdToName(id: number | string): string; export function netIdtoSpockUrl(id: any): "https://polling-db-staging.makerdux.com/api/v1" | "https://polling-db-goerli.makerdux.com/api/v1" | "https://staging-gov-db.makerfoundation.com/api/v1" | "https://polling-db-prod.makerdux.com/api/v1"; export function netIdtoSpockUrlStaging(id: any): "https://polling-db-staging.makerdux.com/api/v1" | "https://polling-db-goerli.makerdux.com/api/v1" | "https://staging-gov-db.makerfoundation.com/api/v1"; export const getCurrency: any; export function paddedArray(k: any, value: any): number[]; export function toBuffer(number: any, opts: any): Buffer; export function fromBuffer(buf: any, opts: any): BigNumber; import BigNumber from "bignumber.js";