import type { AdsPlugin } from './ads'; export declare function installAds(PlayerCtor: any): void; export declare function extendAds(player: any, plugin: AdsPlugin): void; //# sourceMappingURL=install.d.ts.map