import { Router } from "express"; /** * Getsteam integration controller */ declare const GetstreamRouter: Router; export { GetstreamRouter, };