import { ReportState, ReportItemsEndpoint, ReportStatEndpoint, ReportQueryParams, ReportStatQueryParams, ReportItemObjectInfer, ReportStatObjectInfer } from './types'; export declare const getReportItemsError: (state: ReportState, endpoint: ReportItemsEndpoint, query: ReportQueryParams) => {}; export declare const getReportItems: (state: ReportState, endpoint: ReportItemsEndpoint, query: ReportQueryParams) => ReportItemObjectInfer; export declare const getReportStats: (state: ReportState, endpoint: ReportStatEndpoint, query: ReportStatQueryParams) => ReportStatObjectInfer; export declare const getReportStatsError: (state: ReportState, endpoint: ReportStatEndpoint, query: ReportStatQueryParams) => {}; //# sourceMappingURL=selectors.d.ts.map