import { SafeString } from "./-private/handlebars"; export function htmlSafe(str: string): SafeString; export function isHTMLSafe(str: unknown): str is SafeString; export { type SafeString };