/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.BucketScope} */
export declare const BucketScope: {
    readonly Character: 0;
    readonly Account: 1;
};
