export declare class RepoInfo { id: string; name: string; constructor(id: string, name?: string); }