2024-10-03 17:59:41 +00:00
|
|
|
import '@ragempcommunity/types-cef'
|
|
|
|
import '@ragempcommunity/types-client'
|
|
|
|
import '@ragempcommunity/types-server'
|
2024-10-03 11:56:21 +00:00
|
|
|
|
2024-10-03 17:59:41 +00:00
|
|
|
declare const mp: Mp
|
|
|
|
declare const global: Record<string, (...args: any[]) => unknown>
|
|
|
|
declare const window: Record<string, (...args: any[]) => unknown>
|
|
|
|
declare const console: { log: (...args: any[]) => void }
|