/** * Prefixes the last top-level statement with `return ` when it is a bare expression, so sandbox * code reads like a REPL. Code that ends in anything else stays byte-identical. */ export declare function returnLastExpression(code: string): string; //# sourceMappingURL=return-last-expression.d.ts.map