/** * @internal * * Escapes characters that can not be in an XML attribute. */ export declare function escapeAttribute(value: string): string;