import { type RuntimeActionHandlers, type RuntimeRendererConfig } from '@ankhorage/runtime'; export interface UseRuntimeActionOptions { actionHandlers?: RuntimeActionHandlers; dbAdapter?: RuntimeRendererConfig['dbAdapter']; consoleImpl?: Pick; } export declare function useRuntimeAction(options?: UseRuntimeActionOptions): { executeAction: import("@ankhorage/runtime").RuntimeActionHandler; }; //# sourceMappingURL=useRuntimeAction.d.ts.map