export interface WorkaroundOpts { proxy?: boolean; } export declare const applyWorkarounds: (lrs: any, workarounds?: WorkaroundOpts) => void;