import { ResponseMeta } from "./types.js"; declare const responseMetadata: WeakMap; declare const stringResponseMap: Map; declare function boxString(str: string): object; declare function getMeta(response: string | AsyncGenerator): ResponseMeta | undefined; export { responseMetadata, stringResponseMap, boxString, getMeta };