import { PrimaryTagName, SecondaryTagName } from "./type";
import Attribute from "../attribute/attribute";
export declare function applySecondaryTag(attribute: Attribute, name: SecondaryTagName, value: number): void;
export declare function applyPrimaryTag(attribute: Attribute, name: PrimaryTagName, value: number): void;
