import type Player from 'xgplayer'; export declare function providePlayer(player: Player): void; export declare function usePlayer(): Player;