import { ValuePair } from "../index";
export declare function getValuePair(item: string | ValuePair): ValuePair;
