import { KMXPlus } from '@keymanapp/common-types'; import { SectionCompiler } from "./section-compiler.js"; import DependencySections = KMXPlus.DependencySections; import Layr = KMXPlus.Layr; export declare class LayrCompiler extends SectionCompiler { get id(): import("@keymanapp/ldml-keyboard-constants").SectionIdent; validate(): boolean; compile(sections: DependencySections): Layr; } //# sourceMappingURL=layr.d.ts.map