import { Options } from "./options-CBMw6D8V.js";

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