import type { ActionFuncAsync } from 'mattermost-redux/types/actions';
export declare function autoUpdateTimezone(deviceTimezone: string): ActionFuncAsync;
