import { type GatewayUsageCostDisplay } from "@cline/shared"; export type ProviderUsageCostDisplay = GatewayUsageCostDisplay; export declare function resolveProviderUsageCostDisplay(providerId: string): ProviderUsageCostDisplay; export declare function shouldShowProviderUsageCost(providerId: string): boolean; //# sourceMappingURL=billing.d.ts.map