export type ContextType = "local" | "remote"; export type ContentType = "text" | "binary";