import { type ActionResponse, type MaybeAdminAction } from '../../types'; import { type ActionContext } from './types'; export declare function executeHandler(context: ActionContext): Promise | undefined>;