import type { PivotHeadHost } from './host'; type Constructor = new (...args: any[]) => T; export declare function installExporting(klass: Constructor): void; export {};