import { ParseResponse } from '../types'; export default function parseResponse(response: string): ParseResponse;