/** Whether `code` returns from the guest wrapper itself rather than from a nested function. */ export declare function returnsFromTopLevel(code: string): boolean; //# sourceMappingURL=returns-from-top-level.d.ts.map