declare const safelyParseJson: <T = any>(parseString: string) => T;
export default safelyParseJson;
