export declare const BackgroundProcess: {
    install(ZegoWebRTC: any): void;
    readonly type: string;
};
