import { field } from "../entities/form/field"; export declare function convertValueType(value: string, type: string | string[2]): string | number | boolean; export declare function alignItem(field: field, item: HTMLTableCellElement | HTMLInputElement): void;