import type { RequestHandler } from "express"; import { IntegrationsLoaded } from "../../types"; export declare function prepareErrorHandler(integrations: IntegrationsLoaded): RequestHandler; //# sourceMappingURL=index.d.ts.map