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