/** @implements {AttributeKeyAdapter} */ export class HTMLAttributeKeyAdapter implements AttributeKeyAdapter { /** @param {AttributeKey} node */ constructor(node: AttributeKey); node: AttributeKey; getValue(): string; hasExpression(): boolean; getRange(): import("es-html-parser/dist/types").Range; getLocation(): import("es-html-parser/dist/types/source-location").SourceLocation; } import type { AttributeKeyAdapter } from "@html-eslint/core"; import type { AttributeKey } from "@html-eslint/types"; //# sourceMappingURL=attribute-key.d.ts.map