declare function processAttributeValue(value: string): string;
declare function processTagValue(value: string): string;
export { processAttributeValue, processTagValue };
