import type { Express } from "express"; /** * Sets up authentication routes for channel login. * @param app - The Express application. */ export declare function setupAuthEndpoint(app: Express): void;