import { O as Options } from './shared/unplugin-info.bb420146.cjs';

declare const _default: (options: Options | undefined) => {
    name: string;
    hooks: {
        'astro:config:setup': (astro: any) => Promise<void>;
    };
};

export { _default as default };
