import type { Expression } from "../ast/nodes.js"; import type { StringTable } from "./string-table.js"; export declare function collectStrings(exprs: Expression[], strings: StringTable): void; //# sourceMappingURL=collect-strings.d.ts.map