export interface Whoami { user: { id: string; email?: string; } | null; tenants: { id: string; slug: string; name: string; }[]; } export declare function fetchWhoami(controlPlaneUrl: string, header: Record): Promise; //# sourceMappingURL=whoami.d.ts.map