export declare class MockAbapConnection { private throwError; get connectionOptions(): {}; get sdkClient(): {}; get(): Promise; post(): Promise; put(): Promise; delete(): Promise; request(): Promise; head(): Promise; options(): Promise; } //# sourceMappingURL=MockAbapConnection.d.ts.map