export declare const USE_DESKTOP_SAFARI_BACK_BUG = "desktop-safari-back-bug";
export declare const USE_ALL_FIXES = "*";
export declare type Fixer = typeof USE_DESKTOP_SAFARI_BACK_BUG | typeof USE_ALL_FIXES;
export declare type UsedFixers = Fixer[];
