--- Used to open the Banking/Atm UI
exports['tgg-banking']:OpenBank()
--- Used to close the Banking/Atm UI
exports['tgg-banking']:CloseBank()
---@return boolean - Whether the banking is disabled
exports['tgg-banking']:IsDisabled()
---@param disabled boolean - Whether to disable the banking
exports['tgg-banking']:ToggleDisabled(disabled)