/** * WhiteLabelSubscriptions API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const whiteLabelSubscriptions: { /** @see getCurrentWLSubscription */ readonly getCurrentWLSubscription: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see getWLSubscriptionPlans */ readonly list: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see checkWLFeature */ readonly checkWLFeature: (feature: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see checkWLLimit */ readonly checkWLLimit: (resource: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see updateWLSubscriptionBillingEmail */ readonly update: (wLUpdateBillingEmailRequest: import("..").WLUpdateBillingEmailRequest, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type WhiteLabelSubscriptionsApi = typeof whiteLabelSubscriptions; //# sourceMappingURL=white-label-subscriptions.d.ts.map