import { EventBase } from '@awayjs/core';
import { Stage } from '../Stage';
export declare class StageEvent extends EventBase {
    /**
     *
     */
    static STAGE_ERROR: string;
    /**
     *
     */
    static CONTEXT_CREATED: string;
    /**
     *
     */
    static CONTEXT_DISPOSED: string;
    /**
     *
     */
    static CONTEXT_RECREATED: string;
    /**
     *
     */
    static INVALIDATE_SIZE: string;
    private _stage;
    /**
     *
     */
    get stage(): Stage;
    constructor(type: string, stage: Stage);
    /**
     *
     */
    clone(): StageEvent;
}
//# sourceMappingURL=StageEvent.d.ts.map