import type { StreamInstance } from '../instance.js'; export interface WhoamiOutput { apiKey: string; userId: string; permissions: string[]; } export type Whoami = () => Promise; export declare const createWhoami: (instance: Readonly) => Whoami; //# sourceMappingURL=whoami.d.ts.map