import type { StepsInput } from '../alphalib/types/template.ts'; export declare function parseStepsInputJson(content: string): StepsInput; export declare function readStepsInputFile(filePath: string): Promise; //# sourceMappingURL=stepsInput.d.ts.map