import { Logger } from './logger'; export declare class Context { readonly logger: Logger; readonly _cache: { [key: string]: Promise; }; readonly cache: any; constructor(); }