import { AxiosError } from 'axios'; import { AppThunk } from 'store'; export declare const getOrganizationRibThunk: (organizationId: string, onError?: (err?: AxiosError) => void) => AppThunk;