import { type Static } from "@sinclair/typebox"; export type ProjectSettings = Omit, "languageTags" | "sourceLanguageTag"> & { /** @deprecated Use `baseLocale` */ sourceLanguageTag?: string; /** @deprecated Use `locales` */ languageTags?: string[]; /** @deprecated This will soon be replaced by `Lix Validation Rules` */ messageLintRuleLevels?: Record; } & Record; export declare const ProjectSettings: import("@sinclair/typebox").TObject<{ $schema: import("@sinclair/typebox").TOptional>; baseLocale: import("@sinclair/typebox").TString; locales: import("@sinclair/typebox").TArray; sourceLanguageTag: import("@sinclair/typebox").TOptional; languageTags: import("@sinclair/typebox").TOptional>; /** * The modules to load. * * @example * modules: [ * "https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@3/dist/index.js", * "https://cdn.jsdelivr.net/npm/@inlang/plugin-csv@1/dist/index.js", * ] */ modules: import("@sinclair/typebox").TOptional>>; experimental: import("@sinclair/typebox").TOptional>>; }>; //# sourceMappingURL=settings.d.ts.map