import { ICategory, IChannelsMap } from '@frontegg/rest-api'; export declare const filterCategories: (categories?: ICategory[] | undefined, channelMap?: IChannelsMap[] | undefined) => (ICategory & { index: number; })[] | undefined; export declare const selectedEvents: import("reselect").OutputSelector { names: string[]; eventKeys: string[]; } | undefined>;