import type { Action, Response, HandlerDispatch, Ident } from '../types.js';
export declare function completeIdent(originalIdent: Ident | undefined, dispatch: HandlerDispatch): Promise<Response>;
export declare function completeIdentOnAction(action: Action, dispatch: HandlerDispatch): Promise<Action>;
