/**
 * Update inputs state
 */
export declare const updateInputs: (inputElements?: NodeListOf<HTMLElement> | Array<HTMLElement>) => void;
