export declare class GoModule { name: string; version: string; packages: string[]; constructor(name: string, version: string); fullName(): string; }