import { AstroIntegration } from 'astro';

declare function integration(): AstroIntegration;

export { integration as default };
