/** Returns the parsed JSON or undefined if invalid */ export declare function safeParse(str: string): T | undefined;