import { StopActionHandler } from '../stopActionHandler'; import { type MaybeActionParameters, type MaybeAdminAction } from '../../types'; import { type ActionContext } from './types'; export declare function executeBeforeHandle(context: ActionContext): Promise | StopActionHandler>;