import type { ProductGraph } from '../graph/graph-types.js'; /** * Create a string resolver that resolves qualified refs like * `module.string_set.key` to their default-locale string values. * Falls back to the raw reference path if unresolvable. */ export declare function createStringResolver(graph: ProductGraph): (ref: string | null) => string | null; //# sourceMappingURL=string-resolver.d.ts.map