/**
 * Represents the result from a `UserEntitlementsRequest`.
 */
export declare type UserEntitlementsData = Array<number>;
