import { WizardStep } from "./Wizard"; export declare const getAdjacentSteps: (steps: WizardStep[], currentStepKey: string) => { prevStepKey: string | null; nextStepKey: string | null; };