import { IRootState } from '../root'; export declare function setSettingsTabTouchedFlag(state: IRootState, touched: boolean): void;