/**
 * Pauses the test and switches to the step-by-step execution mode.
 */
export declare const pause: () => Promise<void>;
