import { WizardStep } from '../types/wizard';
export declare function getStepKey(step: WizardStep): string;
