import { type ServerSetupStepState } from "../types.js"; export declare function allowedServerTransition(from: ServerSetupStepState, to: ServerSetupStepState): boolean; //# sourceMappingURL=allowedServerTransition.d.ts.map