import type { PaginatedRequest } from '../../helpers/PaginatedRequest'; export type TeamsListRoomsProps = PaginatedRequest<({ teamId: string; } | { teamName: string; }) & { filter?: string; type?: string; }>; export declare const isTeamsListRoomsProps: import("ajv").ValidateFunction; //# sourceMappingURL=TeamsListRoomsProps.d.ts.map