export declare class RedrawCanvasWithAnimationRequest {
    animated: boolean;
    static readonly fToken: unique symbol;
    constructor(animated: boolean);
}
