import { PlayerOptions } from './types';
export declare function processOptions(opts?: PlayerOptions): Required<PlayerOptions>;
