import { Stack } from './debugger.js'; declare const tick: (stack?: Stack) => void; export default tick;