export declare class AnimationUpdateCallback {
    private _update_matrix;
    clone(): AnimationUpdateCallback;
    setUpdateMatrix(update_matrix: boolean): void;
    updateMatrix(): boolean;
}
