/** * Current user — `whoami` returns the authenticated principal + their orgs. * * Wire shape sourced from `@sylphx/contract` (ADR-084). */ import type { WhoAmI } from '@sylphx/contract'; import type { Client } from './client.js'; export declare const whoami: (client: Client) => Promise; //# sourceMappingURL=users.d.ts.map