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