export declare class SingleAsyncProvider { private _value; private _ready; getOrCreate(provider: () => Promise): Promise; }