import { Json } from "./types/index.js"; /** Tries to find JSON in strings in JSON. If it does, parses that JSON and replaces the string with the parsed JSON. */ export declare const unwrapJson: (json: Json) => Json; //# sourceMappingURL=unwrapJson.d.ts.map