| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/client/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/client/app-call-server.d.ts |
import { type ReducerActions } from './components/router-reducer/router-reducer-types';
export declare function useServerActionDispatcher(dispatch: React.Dispatch<ReducerActions>): void;
export declare function callServer(actionId: string, actionArgs: any[]): Promise<unknown>;