/** Escape a string for safe use inside a double-quoted XML attribute value. */ export declare function escapeAttribute(value: string): string;