export declare function listSources(): Promise; export declare function addSource(name: string, indexUrl: string, options?: { apiBaseUrl?: string; }): Promise; export declare function removeSource(name: string): Promise;