UNPKG

astro-i18n-aut

Version:
5 lines 386 B
import type { AstroConfig, AstroIntegrationLogger } from "astro"; import type { UpdateConfig } from "./UpdateConfig"; import type { I18nConfig } from "../../shared/configs"; export declare function ensureValidConfigs(config: AstroConfig, updateConfig: UpdateConfig, i18nConfig: I18nConfig, logger: AstroIntegrationLogger): Promise<void>; //# sourceMappingURL=ensureValidConfigs.d.ts.map