import type { ExactStep, RegexStep, UntilStep } from './steps';
export type Step = ExactStep | UntilStep | RegexStep;
//# sourceMappingURL=types.d.ts.map