import { GlobalState } from "../../types/store";
export declare function getCurrentUserLocale(state: GlobalState, defaultLocale?: string): string;
