import {
  CometChatTransferOwnership,
  CometChatTransferOwnershipInterface,
} from "./CometChatTransferOwnership";
import {
  TransferOwnershipConfiguration,
  TransferOwnershipConfigurationInterface,
} from "./TransferOwnershipConfiguration";

export { CometChatTransferOwnership, TransferOwnershipConfiguration };
export type {
  CometChatTransferOwnershipInterface,
  TransferOwnershipConfigurationInterface,
};
