import { Diagnostics } from '~/src/types/diagnostics'; import { RootState } from '..'; export declare const selectDiagnostics: (state: RootState) => Diagnostics; //# sourceMappingURL=selectDiagnostics.d.ts.map