import type { IRoom } from '@rocket.chat/core-typings'; export type ChannelsConvertToTeamProps = { channelId: IRoom['_id']; channelName?: never; } | { channelName: Exclude; channelId?: never; }; export declare const isChannelsConvertToTeamProps: import("ajv").ValidateFunction; //# sourceMappingURL=ChannelsConvertToTeamProps.d.ts.map