/**
* @module
* HTML utility.
*/
export declare const HtmlEscapedCallbackPhase: {
readonly Stringify: 1;
readonly BeforeStream: 2;
readonly Stream: 3;
};
type HtmlEscapedCallbackOpts = {
buffer?: [string];
phase: (typeof HtmlEscapedCallbackPhase)[keyof typeof HtmlEscapedCallbackPhase];
context: Readonly