import type { JsonValue } from '@directus/types';
export default function tryParseJson(str: string): JsonValue | undefined;
