export interface Manager { get(id: string, params?: any[]): T; }