/**
 * Indicates the type of actions that can be performed
 * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.SocketTypeActionType}
 */
export declare const SocketTypeActionType: {
    readonly InsertPlug: 0;
    readonly InfuseItem: 1;
    readonly ReinitializeSocket: 2;
};
