import { KMXPlus } from '@keymanapp/common-types'; import { SectionCompiler } from "./section-compiler.js"; import DependencySections = KMXPlus.DependencySections; import Loca = KMXPlus.Loca; export declare class LocaCompiler extends SectionCompiler { get id(): import("@keymanapp/ldml-keyboard-constants").SectionIdent; /** * * @param keyboard * @returns list of BCP 47 tags in the keyboard xml, potentially with invalid or repeated entries */ private getLocales; validate(): boolean; compile(sections: DependencySections): Loca; } //# sourceMappingURL=loca.d.ts.map