import type { LiteralIdentifier } from "../../VariableTracer.ts"; /** * @description * Resolves a string literal, or an identifier tracked back to a string literal assignment or a template literal. * If the identifier is tracked back to a template literal, it will return null. */ export declare function resolveStringValue(node: unknown, literalIdentifiers: Map): string | null; //# sourceMappingURL=resolveStringValue.d.ts.map