import { t as Options } from "./options-BGVfa0WB.cjs";

//#region src/astro.d.ts
declare const _default: (options: Options) => {
  name: string;
  hooks: {
    'astro:config:setup': (astro: any) => void;
  };
};
export = _default;