import type { MedipassRequestOpts } from '../types'; export declare const PATH__FUNDERS = "/funders"; export declare const pathFunder: (funderId: string) => string; export declare const getFunders: (opts?: MedipassRequestOpts) => Promise>>; export declare const getFunder: (funderId: string, opts?: MedipassRequestOpts) => Promise>;