/** * @import { Site, StringLiteral, Token } from "../index.js" */ /** * @param {{ * value: string * site?: Site * }} args * @returns {StringLiteral} */ export function makeStringLiteral(args: { value: string; site?: Site; }): StringLiteral; import type { Site } from "../index.js"; import type { StringLiteral } from "../index.js"; //# sourceMappingURL=StringLiteral.d.ts.map