import { IStepModule } from './steps/step'; export declare function register(step: IStepModule): void; export declare function all(): IStepModule[];