import type { AttributeName } from "./types.ts"; export declare function resolveAttributeName(attributeName: AttributeName): string | undefined; //# sourceMappingURL=resolveAttributeName.d.ts.map