import type { IAbapConnection, IAbapRequestOptions } from '@mcp-abap-adt/interfaces';
export type AbapRequestOptions = IAbapRequestOptions;
export type AbapConnection = IAbapConnection;
//# sourceMappingURL=AbapConnection.d.ts.map