import type { Flow } from "../types/flow/plain"; import type { State } from "../types/state/state"; import type { OnNext, OnBack, OnJump, GetState, SetState } from "../types/form-controls"; export declare function getForm(options: { flow: Flow; params: Record; state: State; onNext: OnNext>; onBack: OnBack>; onJump: OnJump>; getState: GetState>; setState: SetState; }): unknown; //# sourceMappingURL=form.d.ts.map