/** * Recursively converts JSON strings to JSON objects * @public exported from `@promptbook/utils` */ export declare function jsonStringsToJsons(object: T): T; /** * TODO: Type the return type correctly */