declare function parseJson(raw: string, defaultValue?: T): T; export { parseJson };