export interface FDCService { isLoggedIn: () => Promise; getServices: (projectPath: string) => Promise; isLoggedInToDifferentSource: (organizacion: string, space: string, apiurl: string) => Promise; }