/** Wrapper around the dev tools' `eval` function to throw proper errors */ export default function devToolsEval(code: string): Promise;