export declare class MonetizationAPIMarks a given entitlement for the user as consumed. Only available for One-Time Purchase consumable SKUs.
See also: https://discord.com/developers/docs/resources/entitlement#consume-an-entitlement
 createTestEntitlement(applicationId: Snowflakeoptions?: Pick<RequestData, 'auth' | 'signal'>) : Promise<Partial<Omit<APIEntitlement, "ends_at" | "starts_at">>>
Creates a test entitlement for an application's SKU.
See also: https://discord.com/developers/docs/resources/entitlement#create-test-entitlement
Deletes a test entitlement for an application's SKU.
See also: https://discord.com/developers/docs/resources/entitlement#delete-test-entitlement
getEntitlement() : Promise<APIEntitlement>
Fetches an entitlement for an application.
See also: https://discord.com/developers/docs/resources/entitlement#get-entitlement
 getEntitlements(applicationId: Snowflakequery?: RESTGetAPIEntitlementsQueryoptions?: Pick<RequestData, 'auth' | 'signal'>) : Promise<RESTGetAPIEntitlementsResult>
Fetches the entitlements for an application.
See also: https://discord.com/developers/docs/resources/entitlement#list-entitlements
 getSKUs(applicationId: Snowflakeoptions?: Pick<RequestData, 'auth' | 'signal'>) : Promise<RESTGetAPISKUsResult>
Fetches the SKUs for an application.
See also: https://discord.com/developers/docs/resources/sku#list-skus
getSKUSubscription() : Promise<APISubscription>
Fetches a subscription for an SKU.
See also: https://discord.com/developers/docs/resources/subscription#get-sku-subscription
 getSKUSubscriptions(skuId: Snowflakequery?: RESTGetAPISKUSubscriptionsQueryoptions?: Pick<RequestData, 'auth' | 'signal'>) : Promise<RESTGetAPISKUSubscriptionsResult>
Fetches subscriptions for an SKU.
See also: https://discord.com/developers/docs/resources/subscription#list-sku-subscriptions