import { AstroIntegrationLogger } from 'astro';
import { Options } from '../options.js';
import 'sitemap';
import 'astro/zod';

declare const getResources: (logger: AstroIntegrationLogger, { locales }: Options, localesDir: string) => Record<string, Record<string, unknown>>;

export { getResources };
