export declare class WandbServerApi { baseUrl: string; private apiKey; constructor(baseUrl: string, apiKey: string); private graphqlRequest; defaultEntityName(): Promise; } //# sourceMappingURL=wandbServerApi.d.ts.map