/**
 * Parses JavaScript source representing a string.
 */
export default function parseString(string: string): string;
