export declare function escapeText(value: string): string; export declare function escapeAttribute(value: string): string;