import { Linter } from "./linter.js"; /** A linter concerned with the display of keycaps */ export declare class LinterKeycaps extends Linter { private findDisp; lint(): Promise; } //# sourceMappingURL=linter-keycaps.d.ts.map