import type { Express } from "express"; /** * Creates an endpoint to list all channels with their source and enabled status. * @param app - The Express application. */ export declare function setupChannelsEndpoint(app: Express): void;