Currently, teleport.lua#L106 throws an error when the storage contains any key that isn't recognized as teleport tube stuff. It prevents other uses of mod storage, for example in #175 (instead of file storage).
I suggest we modify teleport functions to prefix their storage keys, and only handle keys having the relevant prefix. I'm willing to do it. I know that a tptube API is exposed, but after a quick look at the code, i think it's possible to do the change transparently and stay with the current API version number.