import { AxesOption } from "./Axes";
export declare class InterruptManager {
    private _options;
    private _prevented;
    constructor(_options: AxesOption);
    isInterrupting(): boolean;
    isInterrupted(): boolean;
    setInterrupt(prevented: any): void;
}
