import type { Observable } from 'rxjs'; import { IdPair } from '../types'; export declare const consistencyStatus: (idPair: IdPair, typeName: string) => Observable; //# sourceMappingURL=consistencyStatus.d.ts.map