import type { Context, Node } from '../types'; export declare const setBreakpointAtLine: (lines: string[]) => void; export declare const checkEditorBreakpoints: (context: Context, node: Node) => void; export declare const areBreakpointsSet: () => boolean;