/** * Shared utilities for the scenario builder pipeline. */ /** Extract source file path references (src/.../*.ts) from text. */ export declare function extractCodeRefs(text: string): string[]; //# sourceMappingURL=utils.d.ts.map