import { type ReducerActions } from './components/router-reducer/router-reducer-types'; export declare function useServerActionDispatcher(dispatch: React.Dispatch): void; export declare function callServer(actionId: string, actionArgs: any[]): Promise;