declare module '@glimmer/runtime/lib/upsert' {
    export interface SafeString {
        toHTML(): string;
    }
}