import type { AstroIntegration } from 'astro';
import type { Options } from './types';
export default function (options: Options): AstroIntegration;
