import { PQExpo } from "../base/PQExpo.js"; import { PQExpoType } from "../entity/PQConst.js"; import { PQErrorCode } from "../entity/PQErrorCode.js"; import { IPQExpoOptions } from "../interface/IPQExpo.js"; export declare class PQExpoManager { private _expoMap; private _videoExpo; constructor(); showVideo(options: IPQExpoOptions, onClose: (isEnded: boolean) => void, onError: (errMsg: string, errCode: PQErrorCode) => void): void; closeVideo(): void; register(type: PQExpoType, expoClass: typeof PQExpo): void; unregister(type: PQExpoType): void; } //# sourceMappingURL=PQExpoManager.d.ts.map