import type { ExchangesApi, GetExchangeCallback } from '../types.js'; import { Request, Response } from 'express'; type GetExchangeOpts = { callback?: GetExchangeCallback; exchangesApi: ExchangesApi; pfiDid: string; }; export declare function getExchange(request: Request, response: Response, opts: GetExchangeOpts): Promise; export {}; //# sourceMappingURL=get-exchange.d.ts.map