/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.ItemLocation} */
export declare const ItemLocation: {
    readonly Unknown: 0;
    readonly Inventory: 1;
    readonly Vault: 2;
    readonly Vendor: 3;
    readonly Postmaster: 4;
};
