declare function parseSpec(filePath: string): { steps: any[]; } | undefined; export default parseSpec;