export declare class PdfPluginHelper { private static plugin; static isInstalled(): boolean; static getPdfPlugin(): any; static getActiveXObject(name: string): ActiveXObject | null; static getNavigatorPlugin(name: string): Plugin | null; static getVersion(): number | null; } //# sourceMappingURL=plugin-helper.d.ts.map