/**
 * Copied directly from https://github.com/nuxt-contrib/destr/blob/master/src/index.ts but
 * instead raises the malformed JSON exceptions vs swallowing them
 */
export declare function safeParse(val: string, reviver?: (this: any, jsonKey: string, jsonValue: any) => any): any;
