export type HowToSet = (element: HTMLElement, name: string, value: string) => any;
export declare function howToSetInputValue(element: HTMLElement, name: string, value: string | undefined | boolean): void;
export declare function howToSetStandAloneAttr(element: HTMLElement, name: string, _value: string | undefined | boolean): void;
export declare function howToSetFirstInputValue(element: HTMLElement, name: string, value: string | undefined | boolean): void;
