export declare class Context { readonly name: string; constructor(name: string); }