import { AttributeValue } from './attribute-value';
export declare function addQuotes(content: AttributeValue): string | number;
