export class PromiseMiddlewareWrapper {
    constructor(middleware: any);
    middleware: any;
    pre(context: any): import("./rxjsStub").Observable<any>;
    post(context: any): import("./rxjsStub").Observable<any>;
}
//# sourceMappingURL=middleware.d.ts.map