import type { Context, Next } from 'hono'; import type { DevOnboardingAdapterConfig } from '@redocly/config'; export declare function integrationsMiddleware(integrations: DevOnboardingAdapterConfig[], catalogApiProducts: string[]): (ctx: Context, next: Next) => Promise<(Response & import("hono").TypedResponse<{ error: string; }, 401, "json">) | undefined>; //# sourceMappingURL=integrations.d.ts.map