import { OxCommon } from '../../lib'; interface OxClient extends OxCommon { } export declare const Ox: OxClient; export * from './player';