export interface LabelSelector { [l: string]: string; } export declare function labelSelectorToQueryString(selector: LabelSelector): string;