export declare class YTPlayerConfig { shouldLoadAPI: boolean; multiplePlaying: boolean; static defaultConfig: { shouldLoadAPI: boolean; multiplePlaying: boolean; }; constructor(shouldLoadAPI?: boolean, multiplePlaying?: boolean); }