import type { PaginatedRequest } from '../../helpers/PaginatedRequest'; type ReportHistoryProps = { latest?: string; oldest?: string; selector?: string; }; export type ReportHistoryPropsGET = PaginatedRequest; export declare const isReportHistoryProps: import("ajv").ValidateFunction; export {}; //# sourceMappingURL=ReportHistoryProps.d.ts.map