import { Base, Type } from "./type";
import { IExecutionContext } from "./IExecutionContext";
/**
 * @hidden
 */
export declare class DelayManager extends Base {
    static $t: Type;
    private a;
    get b(): IExecutionContext;
    set b(a: IExecutionContext);
    private c;
    private d;
    private e;
    constructor(a: number);
    constructor(a: number, b: IExecutionContext);
    constructor(a: number, ..._rest: any[]);
    f(a: () => void, b: number): number;
    g(a: number): void;
    private h;
}
