export declare class ATFBreakpoint { static getMaximumPauseTime(): number; static getPauseInfo(resultID?: string): any; static pauseTest(resultID?: string): void; static shouldPauseAtStep(resultID?: string, stepID?: string): boolean; static stepHasBreakpointForCurrentUser( stepID?: string, checkForActive?: boolean ): boolean; static stepOver(resultID?: string): void; static unpauseTest(resultID?: string): void; }