import { EventEntry } from '../../types/data'; export declare const EVENTS_COUNT_QUERY: string; export declare const EVENTS_QUERY: string; export declare const CATEGORY_NAMES_QUERY = "\n query getCategoryNames($ids: [QueryArgument]!) {\n categories(id: $ids) {\n id\n title\n }\n }\n"; export declare const EVENTS_SLIDER_QUERY: string; declare function fetchCategoryNames(categoryIds: string[], token?: string): Promise; export declare const eventsFetchStrategy: { fetchCategoryNames: typeof fetchCategoryNames; fetchCount: (variables: any) => Promise; fetchEntries: (variables: any) => Promise; composeApiVariables: (props: any) => any; }; export declare const eventsFetchStrategyRange: { fetchCategoryNames: typeof fetchCategoryNames; fetchCount: (variables: any) => Promise; fetchEntries: (variables: any) => Promise; composeApiVariables: (props: any) => any; }; export {}; //# sourceMappingURL=events.d.ts.map