// This separate module is a little hack that lets us export types under // multiple names. This is useful if we rename types but want to keep support // for the old typenames. export * from "./types/talk.types"; export { TalkError as Error } from "./types/talk.types";