import { FormStructure } from './types.js';
export declare const canSubmit: (form: FormStructure, value: object) => boolean;
