import type { AstroIntegration } from "astro";
import type { UserI18nConfig } from "../shared/configs";
/**
 * The i18n integration for Astro
 *
 * See the full [astro-i18n-aut](https://github.com/jlarmstrongiv/astro-i18n-aut#readme) documentation
 */
export declare function i18n(userI18nConfig: UserI18nConfig): AstroIntegration;
//# sourceMappingURL=integration.d.ts.map