import type { ISapConfig, SapAuthType } from '@mcp-abap-adt/interfaces';
export type { SapAuthType };
export type SapConfig = ISapConfig;
export declare function sapConfigSignature(config: ISapConfig): string;
//# sourceMappingURL=sapConfig.d.ts.map