declare const StringRaw: (template: { raw: readonly string[] | ArrayLike; }, ...substitutions: any[]) => string; export = StringRaw;