declare namespace NodeJS {
  export interface ProcessEnv {
    BITSO_API_KEY: string
    BITSO_API_SECRET: string
    BITSO_API_URL: string
  }
}
