export declare const CHANGE_STATE_EVENT = "__changestate__";
export default class XFix {
    static getInstance(): XFix;
    private static instance;
    private constructor();
    private handlerHistory;
}
