import { FormItemDto } from "../data/Form"; export declare function _prepareFormFields(fields?: FormItemDto[]): Promise;