import { FormModelValues } from '../FormModel'; export declare function formDataToQueryParams(data: TData, prefix?: string): Record;