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