import { Fetcher } from '../../../common/api'; import { IRib } from '../../types'; export declare const getAllRibs: (fetcher: Fetcher, organizationId: string) => Promise;