import { SectionIdent } from "@keymanapp/ldml-keyboard-constants"; import { KMXPlus } from '@keymanapp/common-types'; import { SectionCompiler } from "./section-compiler.js"; import DependencySections = KMXPlus.DependencySections; import Meta = KMXPlus.Meta; export declare class MetaCompiler extends SectionCompiler { get id(): SectionIdent; validate(): boolean; private validateVersion; private validateNormalization; get dependencies(): Set; compile(sections: DependencySections): Meta; } //# sourceMappingURL=meta.d.ts.map