import type es from 'estree'; import { type Context, type IOptions } from '..'; import type { IStepperPropContents } from '.'; export declare function getSteps(inputNode: es.BaseNode, context: Context, { stepLimit }: Pick): IStepperPropContents[];