import type { FieldError } from '../interface'; export declare function allPromiseFinish(promiseList: Promise<FieldError>[]): Promise<FieldError[]>;