import { Observable } from 'rxjs'; /** * Refreshes the configuration from the server, which propagates throughout the * app to all consumers of configuration settings. */ export declare function refreshConfiguration(): Observable; //# sourceMappingURL=backend.d.ts.map