/**
 * do not drive this class
 */
export declare class Coroutine {
    private readonly _component;
    private _elapsedTime;
    private readonly _coroutineIterator;
    private _currentYieldInstruction;
    private _isCurrenYieldInstructionExist;
    private _onFinish;
}
