export interface CatalogProduct { name: string; mcpTools: string[]; creditCostPerCall: string; minimumPlan: string; docKey: string; referenceFile?: string; description: string; } export declare const PLAN_RANK: Record; export declare const PRODUCT_CATALOG: Record;