import type { Express } from "express"; /** * Creates the provider channel discovery endpoint. * @param app - The Express application. */ export declare function setupProvidersEndpoint(app: Express): void;