import { type MaybeActionResponse, type MaybeAdminAction } from '../../types'; import { type ActionContext } from './types'; export declare function executeAfterHandle(context: ActionContext, response: MaybeActionResponse): Promise>;