import type { TerminalRegion } from '../region.js'; /** * Wait for spacebar press before continuing * Useful for testing examples interactively * * Adds the prompt as part of the region by expanding it, ensuring everything * is managed by the region and avoiding scrolling/positioning issues. */ export declare function waitForSpacebar(region: TerminalRegion, message?: string): Promise; //# sourceMappingURL=wait-for-spacebar.d.ts.map