interface NameValuePair<T> {
    name: string;
    value: T;
}
export default NameValuePair;
//# sourceMappingURL=NameValuePair.d.ts.map