// tslint:disable:variable-name Describing an API that's defined elsewhere. // tslint:disable:no-any describes the API as best we are able today /** * Class representing a static string value which can be used to filter * strings by asseting that they have been created via this class. The * `value` property returns the string passed to the constructor. */ declare class LiteralString { value: string; constructor(string: any); /** * @returns LiteralString string value */ toString(): string; } export {html}; /** * A template literal tag that creates an HTML