import { type InteractiveElementInstance } from '@myparcel/vue-form-builder'; import { type AdminAction } from '../../data'; import { type ActionContext } from '../../actions'; export declare const createUpdateAccountSettingsValidator: (actionContext: ActionContext) => (field: InteractiveElementInstance) => Promise;