type Value = undefined | string | string[] | Promise | Promise[]; export declare const html: (strings: TemplateStringsArray, ...values: Value[]) => Promise; export {};