import type { PlayerConfig } from './types.js'; export declare const getPlayerConfig: () => PlayerConfig, setPlayerConfig: (context: PlayerConfig) => PlayerConfig;