import { type DrizzleExecutor } from "../drizzle.js"; import { type IntegrationSummary } from "../integrations/types.js"; /** * Loads the canonical integration projection by identifier, including inactive or soft-deleted management history. * Mapping absence to the integration not-found error gives callers one typed boundary while lifecycle eligibility remains an explicit separate check. */ export declare function integrationGet(executor: DrizzleExecutor, integrationId: string): Promise; //# sourceMappingURL=integrationGet.d.ts.map