/**
 * Set the value of the given input field to a new value or add a value to the
 * current element value
 * @param  {String}   method  The method to use (add or set)
 * @param  {String}   value   The value to set the element to
 * @param  {String}   selector Element selector
 */
export declare function setInputField(method: "add" | "set", value: string, selector: string): Promise<void>;
//# sourceMappingURL=setInputField.d.ts.map