import { type Attribute } from "../schemas/attribute.js";
export declare const parseAttribute: (attribute: Attribute & {
    default?: undefined | null | string | number | boolean;
}) => Attribute;
