import type { ServerInitialState } from '../types/serverInitialState.types.js'; /** * Converts server data from searchContents to store state. * * @param page - Params from the `page` object injected by the server. * * @returns Initial state for the contents reducer. */ declare const serverInitialState: ServerInitialState; export default serverInitialState;