import { ActionFunction, EventObject } from 'xstate'; import { Context, Events } from './actor.setup'; export declare const updateActivatedBy: () => ActionFunction; export declare const keepDropdownOpen: () => ActionFunction; export declare const updateSelectedFolder: () => ActionFunction; export declare const resetSelectedFolder: () => ActionFunction; export declare const updateInputs: () => ActionFunction; export declare const resetSearchQuery: () => ActionFunction; export declare const updateSearchQuery: () => ActionFunction; export declare const emitNavigateTo: () => ActionFunction;