import type { Adaptor } from './types'; export interface SapSystemInput { type?: string; systemName?: string; } export declare const adaptorTypeSapSystem = "SAP_SYSTEMS_DATA"; /** * Provides an adaptor to launch from SAP Systems view */ export declare const SapSystemAdaptor: Adaptor; //# sourceMappingURL=sap-system.d.ts.map