interface Selector { [key: string]: string | Selector; } export declare const selectorToString: (selector: Selector) => string; export {};