import type { Form } from '../forms';
export declare function getFlattenedFormValues(form: Form): any;
