import { type Attribute } from "../schemas/attribute.js";
export declare const parseAttribute: (attribute: Record<string, unknown>) => Attribute;
