import type { ParseNode } from '../parser/ParseNode.mts'; export declare function StringValue(node: ParseNode): import("../value.mts").JSStringValue; //# sourceMappingURL=StringValue.d.mts.map