import { StringRange } from "../base/ast"; export declare type StringLiteral = { id: string; value: string; range: StringRange; };