import type { ServerInitialState } from '../types/serverInitialState.types.js'; /** * Converts server data for locale into store state. * * @param data - Params injected by the server. * * @returns - Initial state for the locale reducer. */ declare const localeServerInitialState: ServerInitialState; export default localeServerInitialState;