/** * MCP Prompt: Price Expert * Transforms Claude into an expert Argentina price comparison assistant */ export declare const priceExpertPrompt: { name: string; description: string; arguments: { name: string; description: string; required: boolean; }[]; }; export declare function getPriceExpertPrompt(args?: { focus?: string; }): string; //# sourceMappingURL=priceExpert.d.ts.map