/** * Get server state on the client side */ declare const getServerState: >(name: string, shouldRemove?: boolean) => TP; export { getServerState as default };