export interface Selector { [l: string]: string; } export declare function selectorToQueryString(selector: Selector): string;