import { UserOptions } from "sonda";
import { AstroIntegration } from "astro";

//#region src/entrypoints/astro.d.ts
declare function SondaAstroPlugin(userOptions?: UserOptions): AstroIntegration;
//#endregion
export { SondaAstroPlugin as default };