export declare class RedrawCanvasWithAnimationRequest {
    animated: boolean;
    constructor(animated: boolean);
}
