import { type MaybeActionResponse, type MaybeAdminAction } from '../../types'; import { type ActionContext } from './types'; /** * Execute an AdminAction. */ export declare const executeAction: (context: ActionContext) => Promise>;