export declare class PolyEventsDispatcher {
    static dispatchProgressEvent(progress: number, sceneName?: string): void;
}
