export interface Source { get(name: string): Promise; refresh(): Promise; }