import { APIResource } from "../../core/resource.js"; import * as ProfilesAPI from "./profiles.js"; import { BaseProfiles, ProfileGetParams, ProfileGetResponse, Profiles } from "./profiles.js"; import * as UsageAPI from "./usage.js"; import { BaseUsage, Usage, UsageGetAccountUsageInfoV1Params, UsageGetAccountUsageInfoV1Response, UsageGetAccountUsageV1Params, UsageGetAccountUsageV1Response, UsageGetAccountUsageV2Params, UsageGetAccountUsageV2Response, UsageGetParams, UsageGetResponse, UsagePaygoInfoParams, UsagePaygoInfoResponse, UsagePaygoParams, UsagePaygoResponse } from "./usage.js"; export declare class BaseBilling extends APIResource { static readonly _key: readonly ['billing']; } export declare class Billing extends BaseBilling { profiles: ProfilesAPI.Profiles; usage: UsageAPI.Usage; } export declare namespace Billing { export { Profiles as Profiles, BaseProfiles as BaseProfiles, type ProfileGetResponse as ProfileGetResponse, type ProfileGetParams as ProfileGetParams, }; export { Usage as Usage, BaseUsage as BaseUsage, type UsageGetResponse as UsageGetResponse, type UsageGetAccountUsageInfoV1Response as UsageGetAccountUsageInfoV1Response, type UsageGetAccountUsageV1Response as UsageGetAccountUsageV1Response, type UsageGetAccountUsageV2Response as UsageGetAccountUsageV2Response, type UsagePaygoResponse as UsagePaygoResponse, type UsagePaygoInfoResponse as UsagePaygoInfoResponse, type UsageGetParams as UsageGetParams, type UsageGetAccountUsageInfoV1Params as UsageGetAccountUsageInfoV1Params, type UsageGetAccountUsageV1Params as UsageGetAccountUsageV1Params, type UsageGetAccountUsageV2Params as UsageGetAccountUsageV2Params, type UsagePaygoParams as UsagePaygoParams, type UsagePaygoInfoParams as UsagePaygoInfoParams, }; } //# sourceMappingURL=billing.d.ts.map