import type { IntegrationOptions } from "../typings/integration"; import type { AstroIntegration } from "astro"; export default function createIntegration(opts?: IntegrationOptions): AstroIntegration;