import type { IDAgent } from '../agent/index.js'; export declare class Services { private agent; private connectedDid; constructor(options: { agent: IDAgent; connectedDid: string; }); get(payload: any): Promise; post(payload: any): Promise; put(payload: any): Promise; proxy(payload: any): Promise; } //# sourceMappingURL=services.d.ts.map