import { IdPair } from '../types'; import { Observable } from 'rxjs'; import { Pair } from './checkoutPair'; export declare const memoizedPair: (arg1: IdPair, arg2: any) => Observable; //# sourceMappingURL=memoizedPair.d.ts.map