type SKMapAtTwo<K extends [SK, SK], V extends SerializableValue> = { (prefix: K[0]): MapStorage<K[1], V>; };