/** * Config.yaml parser for golden tests */ import { TestEntry } from "./types.js"; /** * Parse config.yaml and extract test entries */ export declare const parseConfigYaml: (yamlContent: string) => readonly TestEntry[]; //# sourceMappingURL=config-parser.d.ts.map