import { Base, Type } from "./type";
import { IExecutionContext } from "./IExecutionContext";
/**
 * @hidden
 */
export declare class GlobalAnimationState extends Base {
    static $t: Type;
    private static c;
    constructor();
    static get d(): GlobalAnimationState;
    private h;
    private a;
    p(a: IExecutionContext): void;
    private b;
    l(): void;
    k(): void;
    private f;
    private o;
    private j;
    private e;
    m(a: () => void, b: number): void;
    n(a: (arg1: boolean) => void, b: number, c: number): void;
    i(): number;
    g(): boolean;
}
