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