import { EventBase } from '@awayjs/core';
export declare class ContainerNodeEvent extends EventBase {
    /**
     *
     */
    static INVALIDATE_MATRIX3D: string;
    static INVALIDATE_COLOR_TRANSFORM: string;
    constructor(type: string);
    /**
     * Clones the event.
     * @return An exact duplicate of the current object.
     */
    clone(): ContainerNodeEvent;
}
//# sourceMappingURL=ContainerNodeEvent.d.ts.map