import { IOrganization } from 'organization/entities'; export declare const useOrganizations: () => { page?: number; total?: number; itemsPerPage?: number; organizationsSortedByDateSelector: any; getSearchOrganizations: (page?: number, itemsPerPage?: number, params?: {}) => import("redux-thunk").ThunkAction, import("../../..").IAppState, null, import("redux").Action>; getOrganizations: (page?: number, itemsPerPage?: number, params?: {}) => import("redux-thunk").ThunkAction, import("../../..").IAppState, null, import("redux").Action>; loading: boolean; error: import("../../..").IPayloadError; organizations: IOrganization[]; organizationsLoader: boolean; offset: number; };