import { type JsonObject } from 'type-fest'; /** Extract a JSON object from a string. */ export declare function extractJsonObject(str: string): JsonObject;