import type { GlobalState } from '@mattermost/types/store';
export declare function getCurrentUserLocale(state: GlobalState, defaultLocale?: string): string;
