UNPKG

@thorium-dev-group/x402-mcp-extension

Version:
45 lines (44 loc) 1.07 kB
export declare class ConsolidatedPaymentExample { advancedCalculator(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; basicCalculator(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; analyzeText(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; basicTextAnalysis(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; getPaidDocument(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; getFreeDocument(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; getPaidResource(args: any, extra: any): Promise<{ content: { type: string; text: string; }[]; }>; }