import type { Converter, Selector } from '../types'; export declare function toSelector(input: Selector | Converter): Selector;