export interface CostPaidEndpointEntry { key: { provider: string; method: string; dotPath: string; }; } export interface CostHelpers { PAID_ENDPOINTS: CostPaidEndpointEntry[]; isPaidEndpoint: (provider: string, method: string, dotPath: string) => boolean; } export declare function loadCostHelpers(): Promise; //# sourceMappingURL=cost.d.ts.map