import { FillAndAssertFormFields } from './type'; /** * Fill and validate the inputs of the form with the data of the form * @param inputs - The inputs to validate * @param stepIndex - The step index to get the scope of the form * @returns void */ export declare const fillAndAssertFormFields: ({ inputs, stepIndex }: FillAndAssertFormFields) => void;