import { AppThunk } from 'store'; export declare const getPublicCategoriesRequest: (filters?: { [k: string]: any; }) => AppThunk; export declare const getCategoriesByOrganizationRequest: (organizationId: string, filters?: { [key: string]: any; }) => AppThunk;