import type { IUser } from '@rocket.chat/core-typings'; export type UsersListTeamsParamsGET = { userId: IUser['_id']; }; export declare const isUsersListTeamsProps: import("ajv").ValidateFunction; //# sourceMappingURL=UsersListTeamsParamsGET.d.ts.map