import type { PaginatedRequest } from '../../helpers/PaginatedRequest'; export type IntegrationsHistoryProps = PaginatedRequest<{ id: string; }>; export declare const isIntegrationsHistoryProps: import("ajv").ValidateFunction; //# sourceMappingURL=IntegrationsHistoryProps.d.ts.map