/** * Makes await work in eval. * @param code Code to awaitify * @returns Modified code (Do not look at it. Trust me, it is an abomination) */ export declare function makeAsyncEval(code: string): string;