import type { WebSocketAction } from '../models/websocket-action.js'; /** * Example action that replies with the current user resolved from the * per-connection `HttpUserContext`. Handles `whoami` and `whoami /claims`. */ export declare const WhoAmI: WebSocketAction; //# sourceMappingURL=whoami.d.ts.map