import type { Express } from "express"; import type { Integrations, IntegrationsLoaded } from "../types"; import { LoggerManager } from "../logger"; export declare function registerIntegrations(app: Express, integrations: Integrations, loggerManager: LoggerManager): Promise; //# sourceMappingURL=registerIntegrations.d.ts.map