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