import type { PaginatedRequest } from '../../helpers/PaginatedRequest'; export type DmHistoryProps = PaginatedRequest<{ roomId: string; latest?: string; oldest?: string; inclusive?: 'false' | 'true'; unreads?: 'true' | 'false'; showThreadMessages?: 'false' | 'true'; }>; export declare const isDmHistoryProps: import("ajv").ValidateFunction; //# sourceMappingURL=DmHistoryProps.d.ts.map