import type { Selector } from '../../types/internal'; /** * Get input from multiselector (usually from ``) by input value. */ export declare const getInputByValue: (input: Selector, value: string) => Promise;