

async function getState (_stateId: string): Promise<any> {
  // return Promise.resolve(stateTable[stateId])
}

export {
  getState
}