import type { PlayerPlugin } from '@oplayer/core'; import type { Options } from './types'; export * from './types'; declare const _default: (option: Options) => PlayerPlugin; export default _default; //# sourceMappingURL=index.d.ts.map