export declare abstract class Context<_ = {}, State = {}> { readonly state: State; constructor(); }