import { Observable } from 'rxjs'; /** * Returns the current value in an observable in NGRX store * @param obs the observable to get the current value from */ export declare function retrieveFromStore(obs: Observable): T;