import { APIResource } from "../../../core/resource.js"; import * as HistoryAPI from "./history.js"; import { BaseHistory, BillingHistoriesV4PagePaginationArray, BillingHistory, History, HistoryListParams } from "./history.js"; import * as ProfileAPI from "./profile.js"; import { BaseProfile, Profile, ProfileGetResponse } from "./profile.js"; export declare class BaseBilling extends APIResource { static readonly _key: readonly ['user', 'billing']; } export declare class Billing extends BaseBilling { history: HistoryAPI.History; profile: ProfileAPI.Profile; } export declare namespace Billing { export { History as History, BaseHistory as BaseHistory, type BillingHistory as BillingHistory, type BillingHistoriesV4PagePaginationArray as BillingHistoriesV4PagePaginationArray, type HistoryListParams as HistoryListParams, }; export { Profile as Profile, BaseProfile as BaseProfile, type ProfileGetResponse as ProfileGetResponse }; } //# sourceMappingURL=billing.d.ts.map