export declare class Context {
    private m;
    constructor();
    get(key: string): any;
    set(key: string, value: any): void;
    getHeader(): {
        [key: string]: any;
    };
    getRequestID(): string;
    getHTTPStatusCode(): number;
}
//# sourceMappingURL=context.d.ts.map