export interface TokenContext { token?: string; } export interface TokenRuntimeApi { getTokenContext: () => Promise; }