import type { ActionState, ActionTypesMap, GenericActionEntry, HookConfig, StartOptions } from "../types"; export declare function createNucleusApiHook, TActionTypes extends ActionTypesMap = ActionTypesMap>(config: HookConfig): () => { [K in keyof TEndpoints & string]?: GenericActionEntry | undefined; }; export type { ActionState, GenericActionEntry, StartOptions };