import { ActionResponse } from '../../../backend/actions/action.interface.js';
import { ActionCallCallback } from './index.js';
export declare const useActionResponseHandler: (onActionCall?: ActionCallCallback) => (response: ActionResponse) => void;
