import { WindowPlugin, UseContext } from '@glacierjs/window'; import { ReporterWindowOptions } from '../type'; export declare class CollectorWindow implements WindowPlugin { readonly name = "@glacierjs/plugin-collector"; private options; private context; constructor(options: ReporterWindowOptions); onUse(context: UseContext): void; beforeRegister(): Promise; private send; }