import { PlatformEvent } from "./Exports.js"; export declare class BackgroundEvent extends PlatformEvent { private privError; constructor(error: string); get error(): string; }