export interface InternalClientContext { tokenProvider: () => string; foundryUrl: string; }